Extend this abstract class to create your own log layout format.
Located in /log4php/LoggerLayout.php (line 27)
LoggerConfigurable | --LoggerLayout
Class | Description |
---|---|
LoggerLayoutTTCC | TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name. |
LoggerLayoutPattern | A flexible layout configurable with a pattern string. |
LoggerLayoutSerialized | Layout which formats the events using PHP's serialize() function. |
LoggerLayoutHtml | This layout outputs events in a HTML table. |
LoggerLayoutSimple | A simple layout. |
LoggerLayoutXml | The output of the LoggerXmlLayout consists of a series of log4php:event elements. |
Activates options for this layout.
Override this method if you have options to be activated.
Override this method to create your own layout format.
Returns the content type output by this layout.
Returns the footer for the layout format.
Returns the header for the layout format.
Triggers a warning for this layout with the given message.
Inherited From LoggerConfigurable
LoggerConfigurable::setBoolean()
LoggerConfigurable::setFileSize()
LoggerConfigurable::setInteger()
LoggerConfigurable::setLevel()
LoggerConfigurable::setNumeric()
LoggerConfigurable::setPositiveInteger()
LoggerConfigurable::setString()
LoggerConfigurable::warn()
Documentation generated on Thu, 16 Feb 2017 18:02:43 +0900 by phpDocumentor 1.4.4