INFO
INFO = 'info'
PSR-3 compliant console logger.
It simply delegates all log-level-specific methods to the log
method to
reduce boilerplate code that a simple Logger that does the same thing with
messages regardless of the error level has to implement.
__construct(\Symfony\Component\Console\Output\OutputInterface $output, array $verbosityLevelMap = array(), array $formatLevelMap = array())
\Symfony\Component\Console\Output\OutputInterface | $output | |
array | $verbosityLevelMap | |
array | $formatLevelMap |