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

getChannelName() public method

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