AppserverIo\Appserver\Core\Api\Node\ServerNode::getLoggerName PHP Method

getLoggerName() public method

Returns the loggers name to use.
public getLoggerName ( ) : string
return string The loggers name
    public function getLoggerName()
    {
        return $this->loggerName;
    }