프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$dumper | Pimcore\Console\Dumper | ||
$input | Symfony\Component\Console\Input\InputInterface | ||
$logger | Psr\Log\LoggerInterface | ||
$output | Symfony\Component\Console\Output\ConsoleOutput |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | null | string |
protected getLogger ( ) : |
||
리턴 |
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 InputInterface,Symfony\Component\Console\Input $input | ||
리턴 | Symfony\Component\Console\Input\InputInterface |