PHP Класс Resque\Logger

Автор: Michael Haynes ([email protected])
Показать файл Открыть проект

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

Свойство Тип Описание
$instance The monolog instance
$logTypes List of valid log levels

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

Метод Описание
__construct ( array $handlers ) Create a Monolog\Logger instance and attach a handler
getInstance ( ) : Logger Return a Monolog Logger instance
log ( string $message, integer $context = null, integer $logType = null ) Send log message to output interface

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

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

Create a Monolog\Logger instance and attach a handler
См. также: https://github.com/Seldaek/monolog#handlers Monolog handlers documentation
public __construct ( array $handlers )
$handlers array Array of Monolog handlers

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

Return a Monolog Logger instance
public getInstance ( ) : Logger
Результат Monolog\Logger instance, ready to use

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

Send log message to output interface
public log ( string $message, integer $context = null, integer $logType = null )
$message string Message to output
$context integer Some context around the log
$logType integer The log type

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

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

The monolog instance
protected $instance

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

List of valid log levels
protected $logTypes