diff --git a/Logger.cs b/Logger.cs index 8db7920..df0504b 100644 --- a/Logger.cs +++ b/Logger.cs @@ -78,6 +78,7 @@ public class Logger { if (b == null || b.Message == null) { + LogWarn($"Missed log message due to garbage collection"); _loggerObjects.LogsToPost.Remove(b); continue; }