jILogMessage

Extends

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

Methods

return the category of the message

getCategory() : string

Response

string

category name

return the full message, formated for simple text output (it can contain informations other than the message itself)

getFormatedMessage() : string

Response

string

the message

getMessage

getMessage() : string

Response

string

the message