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