46 public function handle(array $record)
52 $this->logger->log(strtolower($record[
'level_name']), $record[
'message'], $record[
'context']);
Base Handler class providing the Handler structure.
isHandling(array $record)
{Checks whether the given record will be handled by this handler.This is mostly done for performance ...
Proxies log messages to an existing PSR-3 compliant logger.
__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 ...
const DEBUG
Detailed debug information.
Describes a logger instance.