AppserverIo\Appserver\Core\Api\Node\LoggerNode::getChannelName PHP Méthode

getChannelName() public méthode

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