AppserverIo\Appserver\Core\Api\Node\SystemLoggerNode::getChannelName PHP Method

getChannelName() public method

Returns information about the system logger's channel name.
public getChannelName ( ) : string
return string The system logger's channel name
    public function getChannelName()
    {
        return $this->channelName;
    }