Class LoggerLayout

Description

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

  • version: $Revision: 822415 $
  • abstract:

Located in /LoggerLayout.php (line 28)


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

Activates options for this layout.

Override this method if you have options to be activated.

  • access: public
void activateOptions ()

Redefined in descendants as:
format (line 43)

Override this method to create your own layout format.

  • access: public
string format (LoggerLoggingEvent $event)

Redefined in descendants as:
getContentType (line 51)

Returns the content type output by this layout.

  • access: public
string getContentType ()

Redefined in descendants as:
getFooter (line 59)

Returns the footer for the layout format.

  • access: public
string getFooter ()

Redefined in descendants as:
getHeader (line 67)

Returns the header for the layout format.

  • access: public
string getHeader ()

Redefined in descendants as:

Documentation generated on Fri, 27 Nov 2009 07:44:50 +0100 by phpDocumentor 1.4.3