$_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.
__construct(\Horde_Scribe_Client $scribe, \Horde_Log_Formatter $formatter = null)
Constructor.
\Horde_Scribe_Client | $scribe | Scribe client. |
\Horde_Log_Formatter | $formatter | Log formatter. |