Prototype-UI Release Candidate 0 |
UI. LoggerSummary
Logging FacilitiesPrototype UI provides a facility to log message with levels. Levels are in order “debug”, “info”, “warn” and “error”. As soon as the DOM is loaded, a default logger is present in UI.logger. This logger is :
See AbstractLogger to learn how to use it. Example |
Constructor, takes a DOM element to log into as argument
initialize: function( element )