Method |
Description |
|
processor ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $args ) : Callable |
Returns the processor for this handler |
|
replacePlaceholders ( string $string ) : string |
Replaces all instances of [%host%, %worker%, %pid%, %date%, %time%]
in logger target key so can be unique log per worker |
|
resolve ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $args ) : HandlerInterface |
Resolves the handler class |
|