PHP Trait AppserverIo\Appserver\Core\Api\Node\LoggersNodeTrait

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$loggers array The context's logger configuration.

Public Methods

Method Description
getLoggers ( ) : array Returns the context's logger configuration.
setLoggers ( array $loggers ) : void Sets the context's logger configuration.

Method Details

getLoggers() public method

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

setLoggers() public method

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

Property Details

$loggers protected property

The context's logger configuration.
protected array $loggers
return array