Public Member Functions | |
__construct ($format=null) | |
format ($event) | |
Data Fields | |
const | DEFAULT_FORMAT = '%timestamp% %priorityName% (%priority%): %message%' |
Protected Attributes | |
$_format |
Definition at line 34 of file Simple.php.
__construct | ( | $ | format = null ) |
Class constructor
null | string | $format | Format specifier for log messages |
Zend_Log_Exception |
Definition at line 49 of file Simple.php.
format | ( | $ | event ) |
Formats data into a single line to be written by the writer.
array | $event | event data |
Implements Zend_Log_Formatter_Interface.
Definition at line 69 of file Simple.php.