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