52 $this->logger->log(strtolower($record[
'level_name']), $record[
'message'], $record[
'context']);
Proxies log messages to an existing PSR-3 compliant logger.
Base Handler class providing the Handler structure.
const DEBUG
Detailed debug information.
__construct(LoggerInterface $logger, $level=Logger::DEBUG, $bubble=true)
handle(array $record)
Handles a record.All records may be passed to this method, and the handler should discard those that ...
Create styles array
The data for the language used.
isHandling(array $record)
{Checks whether the given record will be handled by this handler.This is mostly done for performance ...
Describes a logger instance.