Class LoggerLayoutSimple

Description

A simple layout.

A simple layout. Returns the log statement in a format consisting of the level, followed by " - " and then the message. For example,

 INFO - "A message" 

Located in Program_Root/src/log4php/layouts/LoggerLayoutSimple.php (line 36)

LoggerLayout
   |
   --LoggerLayoutSimple
Method Summary
LoggerLayoutSimple LoggerLayoutSimple ()
void activateOptions ()
string format (mixed $event)
Methods
Constructor LoggerLayoutSimple (line 38)
LoggerLayoutSimple LoggerLayoutSimple ()
activateOptions (line 43)
void activateOptions ()

Redefinition of:
LoggerLayout::activateOptions()
Override this method
format (line 56)

Returns the log statement in a format consisting of the

Returns the log statement in a format consisting of the level, followed by " - " and then the message. For example,

 INFO - "A message" 

string format (mixed $event)

Redefinition of:
LoggerLayout::format()

Inherited Methods

Inherited From LoggerLayout

LoggerLayout::activateOptions()
LoggerLayout::factory()
LoggerLayout::format()
LoggerLayout::getContentType()
LoggerLayout::getFooter()
LoggerLayout::getHeader()

Documentation generated on Wed, 27 Aug 2003 18:11:40 +0200 by phpDocumentor 1.2.2