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

저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\LoggerNodeInterface, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$channelName string The loggers channel name.
$handlers array Array with nodes for the registered handlers.
$name string The loggers name.
$processors array Array with nodes for the registered processors.
$type string The loggers class name.

공개 메소드들

메소드 설명
__construct ( string $name = '', string $type = '', string $channelName = '', array $processors = [], array $handlers = [], array $params = [] ) Initializes the node with default values.
getChannelName ( ) : string Returns information about the system loggers channel name.
getHandlers ( ) : array Returns the array with all registered handlers.
getName ( ) : string Returns loggers name
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getProcessors ( ) : array Returns the array with all registered processors.
getType ( ) : string Returns information about the system loggers class name.

메소드 상세

__construct() 공개 메소드

Initializes the node with default values.
public __construct ( string $name = '', string $type = '', string $channelName = '', array $processors = [], array $handlers = [], array $params = [] )
$name string The loggers name
$type string The loggers class name
$channelName string The loggers channel name
$processors array The array with nodes for the registered processors
$handlers array The array with nodes for the registered handlers
$params array The handler params

getChannelName() 공개 메소드

Returns information about the system loggers channel name.
public getChannelName ( ) : string
리턴 string The system loggers channel name

getHandlers() 공개 메소드

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

getName() 공개 메소드

Returns loggers name
public getName ( ) : string
리턴 string The loggers name

getPrimaryKey() 공개 메소드

Returns the nodes primary key, the name by default.
또한 보기: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
리턴 string The nodes primary key

getProcessors() 공개 메소드

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

getType() 공개 메소드

Returns information about the system loggers class name.
public getType ( ) : string
리턴 string The system loggers class name

프로퍼티 상세

$channelName 보호되어 있는 프로퍼티

The loggers channel name.
protected string $channelName
리턴 string

$handlers 보호되어 있는 프로퍼티

Array with nodes for the registered handlers.
protected array $handlers
리턴 array

$name 보호되어 있는 프로퍼티

The loggers name.
protected string $name
리턴 string

$processors 보호되어 있는 프로퍼티

Array with nodes for the registered processors.
protected array $processors
리턴 array

$type 보호되어 있는 프로퍼티

The loggers class name.
protected string $type
리턴 string