PHP Класс AppserverIo\Appserver\Core\Api\Node\SystemLoggerNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode
Показать файл Открыть проект

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

Свойство Тип Описание
$channelName string The system logger's channel name.
$handlers array Array with nodes for the registered handlers.
$name string the logger's name
$processors array Array with nodes for the registered processors.
$type string The system logger's class name.

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

Метод Описание
getChannelName ( ) : string Returns information about the system logger's channel name.
getHandlers ( ) : array Returns the array with all registered handlers.
getName ( ) : string Returns logger's name
getProcessors ( ) : array Returns the array with all registered processors.
getType ( ) : string Returns information about the system logger's class name.

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

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

Returns information about the system logger's channel name.
public getChannelName ( ) : string
Результат string The system logger's channel name

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

Returns the array with all registered handlers.
public getHandlers ( ) : array
Результат array The registered handlers

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

Returns logger's name
public getName ( ) : string
Результат string The logger's name

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

Returns the array with all registered processors.
public getProcessors ( ) : array
Результат array The registered processors

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

Returns information about the system logger's class name.
public getType ( ) : string
Результат string The system logger's class name

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

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

The system logger's channel name.
protected string $channelName
Результат string

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

Array with nodes for the registered handlers.
protected array $handlers
Результат array

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

the logger's name
protected string $name
Результат string

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

Array with nodes for the registered processors.
protected array $processors
Результат array

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

The system logger's class name.
protected string $type
Результат string