AppserverIo\Appserver\Core\Api\Node\LoggersNodeTrait::getLoggers PHP Method

getLoggers() public method

Returns the context's logger configuration.
public getLoggers ( ) : array
return array The context's logger configuration
    public function getLoggers()
    {
        return $this->loggers;
    }
LoggersNodeTrait