Class jLogMessage

Description

Implements interfaces:

class that handles a simple message for a logger

Located in /core/log/jLogMessage.class.php (line 14)


	
			
Direct descendents
Class Description
jLogSoapMessage class that handles a dump of a php value, for a logger
jLogDumpMessage class that handles a dump of a php value, for a logger
jSQLLogMessage class that handles a sql query for a logger
Variable Summary
string $category
string $message
Method Summary
jLogMessage __construct ( $message, [ $category = 'default'])
void getCategory ()
void getMessage ()
Variables
string $category (line 18)
  • var: the category of the message
  • access: protected
string $message (line 23)
  • var: the message
  • access: protected
Methods
Constructor __construct (line 25)
  • access: public
jLogMessage __construct ( $message, [ $category = 'default'])
  • $message
  • $category

Redefined in descendants as:
getCategory (line 30)
  • access: public
void getCategory ()

Implementation of:
jILogMessage::getCategory()
return the category of the message
getFormatedMessage (line 38)
  • access: public
void getFormatedMessage ()

Implementation of:
jILogMessage::getFormatedMessage()
return the full message, formated for simple text output (it can contain informations

Redefined in descendants as:
getMessage (line 34)
  • access: public
void getMessage ()

Implementation of:
jILogMessage::getMessage()

Documentation generated on Mon, 19 Sep 2011 14:13:16 +0200 by phpDocumentor 1.4.3