Autarky\Logging\ChannelManager::getDefaultChannelName PHP Method

getDefaultChannelName() public method

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