ConsoleLogger
ConsoleLogger
class ConsoleLogger extends AbstractLogger
PSR-3 compliant console logger.
Constants
INFO | |
ERROR |
Methods
__construct(OutputInterface $output, array $verbosityLevelMap = array(), array $formatLevelMap = array()) | ||
log($level, $message, array $context = array()) {@inheritdoc} | ||
hasErrored() Returns true when any messages have been logged at error levels. | < |