$_options
$_options : array
Options.
$_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(mixed $streamOrUrl, string $mode = 'a+', \Horde_Log_Formatter $formatter = null)
Class Constructor
mixed | $streamOrUrl | Stream or URL to open as a stream. |
string | $mode | Mode, only applicable if a URL is given. |
\Horde_Log_Formatter | $formatter | Log formatter. |