Beispiel #1
0
 private void SaveException(ExceptionLogEntryV exceptionLogEntry)
 {
     Console.WriteLine("Saved exception");
 }
Beispiel #2
0
 void ILogEntryVisitor.Visit(ExceptionLogEntryV exceptionLogEntry)
 {
     SaveException(exceptionLogEntry);
 }