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 an option to easy set the output log infos #93

Closed hadashiA closed 7 months ago

hadashiA commented 8 months ago

Make it easier selection of LogInfo properties to be render by flags.

options.IncludeProperties = LogInfoProperties.LogLevel | 
                                                LogInfoProperties.Timestamp |
                                                LogInfoProperties.EventIdValue