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

Make state as a class #100

Closed hadashiA closed 7 months ago

hadashiA commented 7 months ago

refs: #94

If state is struct, we found that reference counting is not working..

I have attempted to fix this by modifying state to class. However, I believe there is an option to simply revert the reference count (#99 ).