Autarky\Logging\ChannelManager::setDefaultChannel PHP Method

setDefaultChannel() public method

Change the default channel.
public setDefaultChannel ( string $channel )
$channel string
    public function setDefaultChannel($channel)
    {
        $this->defaultChannel = $channel;
    }