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