Beispiel #1
0
 public override void LogException(Exception exception)
 {
     throw LastException = ExceptionSpewer.Spew(FormatException(exception.Message));
 }
Beispiel #2
0
 public override void Log(string message)
 {
     throw LastLog = ExceptionSpewer.Spew(FormatLog(message));
 }