We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cf9b2 commit 5fb96b1Copy full SHA for 5fb96b1
1 file changed
…e/Codebreaker.Live/Infrastructure/Log.cs …breaker.Live/Extensions/LogExtensions.cssrc/services/live/Codebreaker.Live/Infrastructure/Log.cs renamed to src/services/live/Codebreaker.Live/Extensions/LogExtensions.cs
@@ -1,6 +1,6 @@
1
namespace Codebreaker.Live.Extensions;
2
3
-public static partial class Log
+public static partial class LogExtensions
4
{
5
[LoggerMessage(
6
EventId = 20001,
@@ -26,6 +26,12 @@ public static partial class Log
26
Message = "Processing game completion event")]
27
public static partial void ProcessingGameCompletionEvent(this ILogger logger);
28
29
+ [LoggerMessage(
30
+ EventId = 40001,
31
+ Level = LogLevel.Warning,
32
+ Message = "Game summary is empty after deserialization")]
33
+ public static partial void GameSummaryIsNull(this ILogger logger);
34
+
35
36
EventId = 50001,
37
Level = LogLevel.Error,
0 commit comments