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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Show file Open project: appserver-io/appserver

Protected Properties

Property 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.

Public Methods

Method 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 method

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

getHandlers() public method

Returns the array with all registered handlers.
public getHandlers ( ) : array
return array The registered handlers

getName() public method

Returns logger's name
public getName ( ) : string
return string The logger's name

getProcessors() public method

Returns the array with all registered processors.
public getProcessors ( ) : array
return array The registered processors

getType() public method

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

Property Details

$channelName protected property

The system logger's channel name.
protected string $channelName
return string

$handlers protected property

Array with nodes for the registered handlers.
protected array $handlers
return array

$name protected property

the logger's name
protected string $name
return string

$processors protected property

Array with nodes for the registered processors.
protected array $processors
return array

$type protected property

The system logger's class name.
protected string $type
return string