From 4f4c958cb946c67e5f4e2ba520a8fd48146fe23d Mon Sep 17 00:00:00 2001 From: Jeroen Saey Date: Tue, 3 Feb 2026 09:59:05 +0100 Subject: [PATCH] Updated --- EonaCat.Logger/EonaCat.Logger.csproj | 4 ++-- .../EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EonaCat.Logger/EonaCat.Logger.csproj b/EonaCat.Logger/EonaCat.Logger.csproj index 2ff60db..1203df0 100644 --- a/EonaCat.Logger/EonaCat.Logger.csproj +++ b/EonaCat.Logger/EonaCat.Logger.csproj @@ -13,8 +13,8 @@ EonaCat (Jeroen Saey) EonaCat;Logger;EonaCatLogger;Log;Writer;Jeroen;Saey - 1.6.2 - 1.6.2 + 1.6.3 + 1.6.3 README.md True LICENSE diff --git a/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs b/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs index 39c4f0b..a22b0f5 100644 --- a/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs +++ b/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs @@ -141,7 +141,7 @@ public abstract class BatchingLoggerProvider : ILoggerProvider, IDisposable } catch (Exception ex) { - Console.WriteLine("An error occurred while processing log batches.", ex); + Console.WriteLine($"An error occurred while processing log batches. {ex.Message}"); } finally {