Exemplo n.º 1
0
 public void Fail(Exception ex, bool reportError, string entry, string fileName)
 {
     this.Fail(ex);
     LogsManager.InsertEntry(entry, ex, fileName);
 }