ZLogger
ZLogger copied to clipboard
Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Logging.
Instead it opens ZLoggerExtensions file. The only way I know to solve this is to distribute ZString and ZLogger as precompiled DLLs since Unity will then open the first file...
fix issue #58
In Unity Editor 2021.4.3, Zlogger gives two compile error: ``` Assets\Scripts\ZLogger\AsyncStreamLineMessageWriter.cs(12,69): error CS0433: The type 'IAsyncDisposable' exists in both 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' Assets\Scripts\ZLogger\IAsyncLogProcessor.cs(7,43): error...
includes Unity 2021 compatible version of Microsoft.Bcl.AsyncInterfaces.dll discussion: https://github.com/Cysharp/ZLogger/issues/58
Hello I would like to customize structedLogging Is it possible?? Or can I make custom log processor?? your example doesn't work [MessageTest.cs](https://github.com/Cysharp/ZLogger/blob/master/tests/ZLogger.Tests/MessageTest.cs) It output nothing... And I would like to...
Trying to install ZLogger on Unity 2023.2.13f1 with NuGetForUnity I get the following errors: ``` Assembly 'Assets/Packages/System.Text.Json.8.0.0/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll' will not be loaded due to errors: Unable to resolve reference 'Microsoft.CodeAnalysis'. Is...
When I was debugging the code for issue #157 , I got a lot of NullReferenceExceptions in `MagicalBox` complaining that dictionary's key is `null`, apparently `null`s get passed to Dictionary...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [technote-space/toc-generator](https://github.com/technote-space/toc-generator) from 2.4.0 to 4.3.1. Release notes Sourced from technote-space/toc-generator's releases. v4.3.1 What’s Changed :sparkles: All Changes release: v4.3.1 (#375) @technote-space v4.3.0 What’s Changed :rocket: Features feat: signoff オプションを追加...
I am publishing a console app that depends on ZLogger as NativeAOT, and I encountered the following warnings. I’m not sure if you’re willing to resolve them. ``` ILC :...