$_formatter
$_formatter : \Horde_Log_Formatter
Formats the log message before writing.
Logs to the command line interface using Horde_Cli.
$_formatter : \Horde_Log_Formatter
Formats the log message before writing.
__construct(\Horde_Log_Formatter $formatter = null)
Class Constructor
\Horde_Log_Formatter | $formatter | Log formatter. |
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.