diff --git a/Logger.cs b/Logger.cs index a0d3fea..7b4f1bb 100644 --- a/Logger.cs +++ b/Logger.cs @@ -99,7 +99,7 @@ public class Logger : ILogger handler.LogsToPost.Remove(currentLog); - if (currentLog is null || currentLog.Message is null) + if (currentLog is null || currentLog.RawMessage is null) { continue; }