Interface jILogMessage

Description

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.

Located in /core/jLog.class.php (line 18)


	
			
Method Summary
string getCategory ()
string getFormatedMessage ()
string getMessage ()
Methods
getCategory (line 23)

return the category of the message

  • return: category name
  • access: public
string getCategory ()
getFormatedMessage (line 35)

return the full message, formated for simple text output (it can contain informations

other than the message itself)

  • return: the message
  • access: public
string getFormatedMessage ()
getMessage (line 28)
  • return: the message
  • access: public
string getMessage ()

Documentation generated on Wed, 24 Sep 2014 22:00:57 +0200 by phpDocumentor 1.4.3