$handlers
$handlers : \Monolog\Handler\HandlerInterface[]
Forwards records to at most one handler
If a handler fails, the exception is suppressed and the record is forwarded to the next handler.
As soon as one handler handles a record successfully, the handling stops there.
$handlers : \Monolog\Handler\HandlerInterface[]
$bubble : bool
$processors : callable[]