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