$processors
$processors : callable[]
SymfonyMailerHandler uses Symfony's Mailer component to send the emails
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$mailer : \Symfony\Component\Mailer\MailerInterface|\Symfony\Component\Mailer\Transport\TransportInterface
__construct(\Symfony\Component\Mailer\MailerInterface|\Symfony\Component\Mailer\Transport\TransportInterface $mailer, callable|\Symfony\Component\Mime\Email $email, mixed $level = Logger::ERROR, bool $bubble = true) : mixed
\Symfony\Component\Mailer\MailerInterface|\Symfony\Component\Mailer\Transport\TransportInterface | $mailer | The mailer to use |
callable|\Symfony\Component\Mime\Email | An email template, the subject/body will be replaced |
|
mixed | $level | |
bool | $bubble |