$processors
$processors : callable[]
SwiftMailerHandler uses Swift_Mailer to send the emails
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
__construct(\Swift_Mailer $mailer, callable|\Swift_Message $message, mixed $level = Logger::ERROR, bool $bubble = true) : mixed
\Swift_Mailer | $mailer | The mailer to use |
callable|\Swift_Message | $message | An example message for real messages, only the body will be replaced |
mixed | $level | |
bool | $bubble |