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/log4php/LoggerLayout.php (line 34)


	
			
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 ()
LoggerLayout factory (string $class)
string format (LoggerLoggingEvent $event)
string getContentType ()
string getFooter ()
string getHeader ()
Methods
activateOptions (line 56)

Override this method

Override this method

void activateOptions ()

Redefined in descendants as:
factory (line 42)

Creates LoggerLayout instances with the given class name.

Creates LoggerLayout instances with the given class name.

LoggerLayout factory (string $class)
  • string $class
format (line 67)

Override this method to create your own layout format.

Override this method to create your own layout format.

string format (LoggerLoggingEvent $event)

Redefined in descendants as:
getContentType (line 76)

Returns the content type output by this layout.

Returns the content type output by this layout.

string getContentType ()

Redefined in descendants as:
getFooter (line 85)

Returns the footer for the layout format.

Returns the footer for the layout format.

string getFooter ()

Redefined in descendants as:
getHeader (line 94)

Returns the header for the layout format.

Returns the header for the layout format.

string getHeader ()

Redefined in descendants as:

Documentation generated on Wed, 3 Sep 2003 01:02:32 +0200 by phpDocumentor 1.2.2