public void InsertRequestLog(RequestLog log) { try { _logger.Log(LogLevel.Info, log.ToFormatString()); } catch (Exception) { } }