pushProcessor() pushProcessor(callable $callback) : \Monolog\Handler\HandlerInterface {@inheritDoc} Parameters callable $callback Returns \Monolog\Handler\HandlerInterface —
handleBatch() handleBatch(array $records) : void Handles a set of records at once. Parameters array $records The records to handle (an array of record arrays)
__construct() __construct(\Monolog\Handler\HandlerInterface[] $handlers, bool $bubble = true) : mixed Parameters \Monolog\Handler\HandlerInterface[] $handlers Array of Handlers. bool $bubble Whether the messages that are handled can bubble up the stack or not Returns mixed —
setFormatter() setFormatter(\Monolog\Formatter\FormatterInterface $formatter) : \Monolog\Handler\HandlerInterface {@inheritDoc} Parameters \Monolog\Formatter\FormatterInterface $formatter Returns \Monolog\Handler\HandlerInterface —
processRecord() processRecord(array $record) : array Processes a record. Parameters array $record Returns array —