Building a crypto market data system, I wanted a tiny, fast, dead-simple local logger.
So I wrote OzaLog v3.0 — just open-sourced.
· 65.96 ns per log (2.5× faster than Serilog, 3.3× faster than ZLogger)
· Zero NuGet deps on net8+
· One line to use — no Configure() needed
https://t.co/N1CM68ZBdn
#dotnet #csharp #opensource