Kraken\Runtime\Supervision\Cmd\CmdLog::construct PHP Method

construct() protected method

protected construct ( )
    protected function construct()
    {
        if (!isset($this->context['level'])) {
            $this->context['level'] = Logger::EMERGENCY;
        }
        $this->logger = $this->runtime->getCore()->make(LoggerInterface::class);
    }