Autarky\Logging\DefaultLogConfigurator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( ChannelManager $channelManager, Application $application, Autarky\Config\ConfigInterface $config )
$channelManager ChannelManager
$application Autarky\Application
$config Autarky\Config\ConfigInterface
    public function __construct(ChannelManager $channelManager, Application $application, ConfigInterface $config)
    {
        $this->environment = $application->getEnvironment();
        $this->channelManager = $channelManager;
        $this->config = $config;
    }