PHP 클래스 AppserverIo\Appserver\Core\Api\Node\SystemLoggerNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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