Example #1
0
 protected static function _log($level, $message, array $context = array())
 {
     $instance = new self();
     $logService = $instance->getFacadeRoot();
     $logService->writeLog($level, $message, $context);
 }