Метод | Описание | |
---|---|---|
processor ( |
The default processor is the StripFormatProcessor which removes all the console colour formatting from the string | |
replacePlaceholders ( string $string ) : string | Replaces all instances of [%host%, %worker%, %pid%, %date%, %time%] in logger target key so can be unique log per worker |
public processor ( |
||
$command | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$args | array | |
Результат | StripProcessor |
public replacePlaceholders ( string $string ) : string | ||
$string | string | Input string |
Результат | string |