Autarky\Logging\ChannelManager::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $defaultChannel = 'default' )
$defaultChannel string
    public function __construct($defaultChannel = 'default')
    {
        $this->defaultChannel = $defaultChannel;
    }