$processors
$processors : callable[]
MandrillHandler uses cURL to send the emails to the Mandrill API
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$apiKey : string
__construct(string $apiKey, callable|\Swift_Message $message, mixed $level = Logger::ERROR, bool $bubble = true) : mixed
| string | $apiKey | A valid Mandrill API key |
| callable|\Swift_Message | $message | An example message for real messages, only the body will be replaced |
| mixed | $level | |
| bool | $bubble |