Zend Framework
1.12
|
Public Member Functions | |
__construct ($format=null) | |
Class constructor. | |
format ($event) | |
Formats data into a single line to be written by the writer. | |
Static Public Member Functions | |
static | factory ($options) |
Factory for Zend_Log_Formatter_Simple classe. | |
Public Attributes | |
const | DEFAULT_FORMAT = '%timestamp% %priorityName% (%priority%): %message%' |
Protected Attributes | |
$_format | |
__construct | ( | $format = null | ) |
Class constructor.
null | string | $format | Format specifier for log messages |
Zend_Log_Exception |
|
static |
Factory for Zend_Log_Formatter_Simple classe.
array | Zend_Config | $options |
Implements Zend_Log_FactoryInterface.
format | ( | $event | ) |
Formats data into a single line to be written by the writer.
array | $event | event data |
Implements Zend_Log_Formatter_Interface.
|
protected |
const DEFAULT_FORMAT = '%timestamp% %priorityName% (%priority%): %message%' |