mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-24 03:56:27 +00:00
Improve logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user