PHP Класс Resque\Logger\Handler\ConsoleHandler

Автор: Michael Haynes ([email protected])
Наследование: extends Monolog\Handler\AbstractProcessingHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$output The console output interface

Открытые методы

Метод Описание
__construct ( Symfony\Component\Console\Output\OutputInterface $output, integer $level = Logger::DEBUG, boolean $bubble = true )
handle ( array $record )
isHandling ( array $record )

Защищенные методы

Метод Описание
getDefaultFormatter ( )
write ( array $record )

Приватные методы

Метод Описание
updateLevel ( ) : boolean Updates the logging level based on the verbosity setting of the console output.

Описание методов

__construct() публичный Метод

public __construct ( Symfony\Component\Console\Output\OutputInterface $output, integer $level = Logger::DEBUG, boolean $bubble = true )
$output Symfony\Component\Console\Output\OutputInterface The output interface
$level integer The minimum logging level at which this handler will be triggered
$bubble boolean Whether the messages that are handled can bubble up the stack or not

getDefaultFormatter() защищенный Метод

protected getDefaultFormatter ( )

handle() публичный Метод

public handle ( array $record )
$record array

isHandling() публичный Метод

public isHandling ( array $record )
$record array

write() защищенный Метод

protected write ( array $record )
$record array

Описание свойств

$output защищенное свойство

The console output interface
protected $output