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.14k stars 80 forks source link

Avoid FormatException on ZLog and ZLogWithPayload #51

Closed makiuchi-d closed 2 years ago

makiuchi-d commented 2 years ago

I found that the same problem as #11 occurred in ZLog and ZLogWithPayload.

I referred to commit 8256b53 for how to fix it.

neuecc commented 2 years ago

thanks! I'll release soon!

neuecc commented 2 years ago

I've released 1.6.1, thank you!