Example #1
0
 private void Log(string log)
 {
     Logger.LogInformation(log);
     LogBuffer.AppendLine(log);
 }