$processors
$processors : array<mixed,callable>
Sends errors to Rollbar
If the context data contains a payload key, that is used as an array
of payload options to RollbarLogger's log method.
Rollbar's context info will contain the context + extra keys from the log record merged, and then on top of that a few keys:
setFormatter(\Monolog\Formatter\FormatterInterface $formatter)
{@inheritdoc}
| \Monolog\Formatter\FormatterInterface | $formatter |
__construct(\Rollbar\RollbarLogger $rollbarLogger, string|integer $level = \Monolog\Logger::ERROR, boolean $bubble = true)
| \Rollbar\RollbarLogger | $rollbarLogger | RollbarLogger object constructed with valid token |
| string|integer | $level | The minimum logging level at which this handler will be triggered |
| boolean | $bubble | Whether the messages that are handled can bubble up the stack or not |