$processors
$processors : callable[]
Base Handler class providing the Handler structure, including processors and formatters
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$exchange : \AMQPExchange|\PhpAmqpLib\Channel\AMQPChannel
$exchangeName : string
$extraAttributes : array<string,mixed>
__construct(\AMQPExchange|\PhpAmqpLib\Channel\AMQPChannel $exchange, string|null $exchangeName = null, mixed $level = Logger::DEBUG, bool $bubble = true) : mixed
\AMQPExchange|\PhpAmqpLib\Channel\AMQPChannel | $exchange | AMQPExchange (php AMQP ext) or PHP AMQP lib channel, ready for use |
string|null | $exchangeName | Optional exchange name, for AMQPChannel (PhpAmqpLib) only |
mixed | $level | |
bool | $bubble |
setExtraAttributes(array<string,mixed> $extraAttributes) : \Monolog\Handler\AmqpHandler
Configure extra attributes to pass to the AMQPExchange (if you are using the amqp extension)
array |
$extraAttributes | One of content_type, content_encoding, message_id, user_id, app_id, delivery_mode, priority, timestamp, expiration, type or reply_to, headers. |