PHP Класс Neos\Flow\Log\Backend\NullBackend

Наследование: extends AbstractBackend
Показать файл Открыть проект

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

Метод Описание
append ( string $message, integer $severity = 1, mixed $additionalData = null, string $packageKey = null, string $className = null, string $methodName = null ) : void Ignores the call
close ( ) : void Does nothing
open ( ) : void Does nothing

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

append() публичный метод

Ignores the call
public append ( string $message, integer $severity = 1, mixed $additionalData = null, string $packageKey = null, string $className = null, string $methodName = null ) : void
$message string The message to log
$severity integer One of the LOG_* constants
$additionalData mixed A variable containing more information about the event to be logged
$packageKey string Key of the package triggering the log (determined automatically if not specified)
$className string Name of the class triggering the log (determined automatically if not specified)
$methodName string Name of the method triggering the log (determined automatically if not specified)
Результат void

close() публичный метод

Does nothing
public close ( ) : void
Результат void

open() публичный метод

Does nothing
public open ( ) : void
Результат void