Property | Type | Description | |
---|---|---|---|
$dumper | Pimcore\Console\Dumper | ||
$input | Symfony\Component\Console\Input\InputInterface | ||
$logger | Psr\Log\LoggerInterface | ||
$output | Symfony\Component\Console\Output\ConsoleOutput |
Method | Description | |
---|---|---|
disableLogging ( ) | ||
dump ( mixed $data, null | integer $flags = null ) | ||
dumpVerbose ( mixed $data, null | integer $flags = null ) | ||
getLogLevel ( ) : null | string | Get log level - default to warning, but show all messages in verbose mode | |
getLogger ( ) : |
||
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
initializeLogging ( ) | Initialize logging | |
writeError ( $message ) |
protected getLogLevel ( ) : null | string | ||
return | null | string |
protected getLogger ( ) : |
||
return |
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected Dumper,Pimcore\Console $dumper | ||
return | Pimcore\Console\Dumper |
protected InputInterface,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\InputInterface |
protected LoggerInterface,Psr\Log $logger | ||
return | Psr\Log\LoggerInterface |