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

Fix inefficient branching in MessagePackZLoggerFormatter #90

Closed hadashiA closed 7 months ago

hadashiA commented 8 months ago

This PR slightly improve a large number of inefficient if branches.