Example #1
0
 public void Emit(LogEvent logMsg)
 {
     LogMessage.Add(logMsg);
     LogString?.Invoke(this, "hello");
 }