Ejemplo n.º 1
0
 public void LogException(string id, Exception ex, PerfRecord record, object position = null)
 {
     _specContext.LogException(id, ex, record, position);
 }
Ejemplo n.º 2
0
 public void LogException(string id, Exception ex, object position = null)
 {
     _specContext.LogException(id, ex, position);
 }