Autarky\Logging\ChannelManager::getDefaultChannelName PHP Méthode

getDefaultChannelName() public méthode

Get the name of the default channel.
public getDefaultChannelName ( ) : string
Résultat string
    public function getDefaultChannelName()
    {
        return $this->defaultChannel;
    }