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