get('Config'); $logConfig = isset($config['log']) ? $config['log'] : array(); $logger = new Logger($logConfig); return $logger; } }