Exemplo n.º 1
0
 public void Fatal(Exception x)
 {
     WriteToEventLog(LogUtility.BuildExceptionMessage(x), EventLogEntryType.Error);
 }
Exemplo n.º 2
0
 public void Error(Exception x)
 {
     Error(LogUtility.BuildExceptionMessage(x));
 }