Cysharp / ZLogger

Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Logging.
MIT License
1.13k stars 80 forks source link

Support `ILogger.BeginScope` #77

Closed hadashiA closed 9 months ago

hadashiA commented 9 months ago

Add implementation of BeginScope(...) for ILogger.

Note on implementation: