Example #1
0
 public void Visit(GenericLogEntry logEntry)
 {
 }
 public void Visit(GenericLogEntry logEntry)
 {
     AddLogEntry($"Generic entry: {logEntry.Message}");
 }
Example #3
0
 public void Visit(GenericLogEntry logEntry)
 {
     Visited = true;
 }