Extend this abstract class to create your own log layout format.
Located in /log4php/LoggerLayout.php (line 27)
LoggerConfigurable | --LoggerLayout
Class | Description |
---|---|
LoggerLayoutSerialized | Layout which formats the events using PHP's serialize() function. |
LoggerLayoutPattern | A flexible layout configurable with a pattern string. |
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. |
LoggerLayoutHtml | This layout outputs events in a HTML table. |
LoggerLayoutSimple | A simple layout. |
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 Tue, 12 Mar 2024 14:04:53 +0900 by phpDocumentor 1.4.4