Свойство | Тип | Описание | |
---|---|---|---|
$bubble | |||
$formatter | Monolog\Formatter\FormatterInterface | ||
$level | |||
$processors |
Метод | Описание | |
---|---|---|
__construct ( integer $level = Logger::DEBUG, boolean $bubble = true ) | ||
__destruct ( ) | ||
close ( ) | Closes the handler. | |
getBubble ( ) : boolean | Gets the bubbling behavior. | |
getFormatter ( ) | ||
getLevel ( ) : integer | Gets minimum logging level at which this handler will be triggered. | |
handleBatch ( array $records ) | ||
isHandling ( array $record ) | ||
popProcessor ( ) | ||
pushProcessor ( $callback ) | ||
setBubble ( boolean $bubble ) | Sets the bubbling behavior. | |
setFormatter ( Monolog\Formatter\FormatterInterface $formatter ) | ||
setLevel ( integer $level ) | Sets minimum logging level at which this handler will be triggered. |
Метод | Описание | |
---|---|---|
getDefaultFormatter ( ) : Monolog\Formatter\FormatterInterface | Gets the default formatter. |
public __construct ( integer $level = Logger::DEBUG, boolean $bubble = true ) | ||
$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 |
public close ( ) |
protected getDefaultFormatter ( ) : Monolog\Formatter\FormatterInterface | ||
Результат | Monolog\Formatter\FormatterInterface |
public setFormatter ( Monolog\Formatter\FormatterInterface $formatter ) | ||
$formatter | Monolog\Formatter\FormatterInterface |
protected FormatterInterface,Monolog\Formatter $formatter | ||
Результат | Monolog\Formatter\FormatterInterface |