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 option to write the specified log level to standard error #88

Closed hadashiA closed 7 months ago

neuecc commented 7 months ago

almostly ok, but require errorWriter?.Flush in these lines. https://github.com/Cysharp/ZLogger/blob/22963a48c46abbfdf592acf4c5a110dfc3ba076e/src/ZLogger/AsyncStreamLineMessageWriter.cs#L124 https://github.com/Cysharp/ZLogger/blob/22963a48c46abbfdf592acf4c5a110dfc3ba076e/src/ZLogger/AsyncStreamLineMessageWriter.cs#L153