Improve logging

This commit is contained in:
2026-01-11 00:53:44 +01:00
parent a4d0d5cab7
commit 5e5cdb3b47
4 changed files with 42 additions and 42 deletions
@@ -3,7 +3,7 @@ using System.Extensions;
namespace System.Logging;
public struct ScopedLogger<T>
public readonly struct ScopedLogger<T>
{
private readonly ILogger<T> logger;
private readonly string scope;