PHP 트레잇 AppserverIo\Appserver\Core\Api\Node\LoggersNodeTrait

저자: Tim Wagner ([email protected])
저자: Bernhard Wick ([email protected])
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$loggers array The context's logger configuration.

공개 메소드들

메소드 설명
getLoggers ( ) : array Returns the context's logger configuration.
setLoggers ( array $loggers ) : void Sets the context's logger configuration.

메소드 상세

getLoggers() 공개 메소드

Returns the context's logger configuration.
public getLoggers ( ) : array
리턴 array The context's logger configuration

setLoggers() 공개 메소드

Sets the context's logger configuration.
public setLoggers ( array $loggers ) : void
$loggers array The context's logger configuration
리턴 void

프로퍼티 상세

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

The context's logger configuration.
protected array $loggers
리턴 array