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

Add LogInfoProperties.None #104

Closed hadashiA closed 7 months ago

hadashiA commented 7 months ago

For IncludeProperties in theoptions, .None was added because it was not possible to specify that nothing was to be logged.

In addition,