Jelix 1.7.18

jILogMessage
in

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.

Table of Contents

getCategory()  : string
return the category of the message.
getFormatedMessage()  : string
return the full message, formated for simple text output (it can contain informations other than the message itself).
getMessage()  : string

Methods

getCategory()

return the category of the message.

public getCategory() : string
Return values
string

category name

getFormatedMessage()

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

public getFormatedMessage() : string
Return values
string

the message

getMessage()

public getMessage() : string
Return values
string

the message

Search results