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

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$loggers array The context's logger configuration.

Méthodes publiques

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

Method Details

getLoggers() public méthode

Returns the context's logger configuration.
public getLoggers ( ) : array
Résultat array The context's logger configuration

setLoggers() public méthode

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

Property Details

$loggers protected_oe property

The context's logger configuration.
protected array $loggers
Résultat array