Class LoggerLayout

Description

Extend this abstract class to create your own log layout format.

Extend this abstract class to create your own log layout format.

Located in Program_Root/src/log4php/LoggerLayout.php (line 26)


	
			
Direct descendents
Class Description
LoggerLayoutHtml This layout outputs events in a HTML table.
LoggerLayoutSimple A simple layout.
LoggerLayoutTTCC TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
LoggerPatternLayout A flexible layout configurable with pattern string.
LoggerXmlLayout The output of the LoggerXmlLayout consists of a series of log4php:event elements.
Method Summary
void activateOptions ()
void &factory (mixed $class)
string format (mixed $event)
string getContentType ()
string getFooter ()
string getHeader ()
Methods
activateOptions (line 38)

Override this method

Override this method

void activateOptions ()

Redefined in descendants as:
factory (line 28)
void &factory (mixed $class)
format (line 46)
  • return: Override this method to create your own layout format.
string format (mixed $event)

Redefined in descendants as:
getContentType (line 54)
  • return: Returns the content type output by this layout.
string getContentType ()

Redefined in descendants as:
getFooter (line 62)
  • return: Returns the footer for the layout format.
string getFooter ()

Redefined in descendants as:
getHeader (line 70)
  • return: Returns the header for the layout format.
string getHeader ()

Redefined in descendants as:

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