$_options
$_options : array
Options to be set by setOption().
$_formatter : \Horde_Log_Formatter
Formats the log message before writing.
addFilter(\Horde_Log_Filter $filter)
Add a filter specific to this handler.
\Horde_Log_Filter | $filter | Filter to add. |
setOption(string $optionKey, mixed $optionValue) : boolean
Sets an option specific to the implementation of the log handler.
string | $optionKey | Key name for the option to be changed. Keys are handler-specific. |
mixed | $optionValue | New value to assign to the option |
True.
write(array $event) : boolean
Write a message to the firebug console. This function really just writes the message to the buffer. If buffering is enabled, the message won't be output until the buffer is flushed. If buffering is not enabled, the buffer will be flushed immediately.
array | $event | Log event. |
True.
__construct(\Horde_Log_Formatter $formatter = null)
Class Constructor
\Horde_Log_Formatter | $formatter | Log formatter. |