Exemple #1
0
 public void LogException(string id, Exception ex, PerfRecord record, object position = null)
 {
     _specContext.LogException(id, ex, record, position);
 }
 public void LogException(string id, Exception ex, object position = null)
 {
     _specContext.LogException(id, ex, position);
 }