interface for log message. A component which want to log a message can use an object implementing this interface.
Classes that implements it are responsible to format the message. Formatting a message depends on its type.
| package |
jelix |
|---|
getCategory() : string
stringcategory name
getFormatedMessage() : string
stringthe message
getMessage() : string
stringthe message