Cysharp / ZLogger

Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Logging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement: Add optional MessageCap

JKamsker opened this issue · comments

To prevent memory exhaustion, Channel.CreateBounded should be used here or optional enable able.

will provides Grow(current/default), Wait, Drop options.

related: #129

Thanks for your suggestion.

In #143, we added ZLoggerOptions.FullMode.
Now available three options for this.