52 public function handle(array $record);
An exception for terminatinating execution or to throw for unit testing.
Interface that all Monolog Handlers must implement.
handle(array $record)
Handles a record.
pushProcessor($callback)
Adds a processor in the stack.
setFormatter(FormatterInterface $formatter)
Sets the formatter.
isHandling(array $record)
Checks whether the given record will be handled by this handler.
getFormatter()
Gets the formatter.
handleBatch(array $records)
Handles a set of records at once.
popProcessor()
Removes the processor on top of the stack and returns it.