PHP Class AppserverIo\Appserver\Core\Api\Node\SystemLoggerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
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.

Method Details

getChannelName() public méthode

Returns information about the system logger's channel name.
public getChannelName ( ) : string
Résultat string The system logger's channel name

getHandlers() public méthode

Returns the array with all registered handlers.
public getHandlers ( ) : array
Résultat array The registered handlers

getName() public méthode

Returns logger's name
public getName ( ) : string
Résultat string The logger's name

getProcessors() public méthode

Returns the array with all registered processors.
public getProcessors ( ) : array
Résultat array The registered processors

getType() public méthode

Returns information about the system logger's class name.
public getType ( ) : string
Résultat string The system logger's class name

Property Details

$channelName protected_oe property

The system logger's channel name.
protected string $channelName
Résultat string

$handlers protected_oe property

Array with nodes for the registered handlers.
protected array $handlers
Résultat array

$name protected_oe property

the logger's name
protected string $name
Résultat string

$processors protected_oe property

Array with nodes for the registered processors.
protected array $processors
Résultat array

$type protected_oe property

The system logger's class name.
protected string $type
Résultat string