$events
$events : array
Log events.
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.