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)
| 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. |
Override this method
Override this method
Creates LoggerLayout instances with the given class name.
Creates LoggerLayout instances with the given class name.
Override this method to create your own layout format.
Override this method to create your own layout format.
Returns the content type output by this layout.
Returns the content type output by this layout.
Returns the footer for the layout format.
Returns the footer for the layout format.
Returns the header for the layout format.
Returns the header for the layout format.
Documentation generated on Wed, 3 Sep 2003 01:02:32 +0200 by phpDocumentor 1.2.2