Serilog.Sinks.Unity3D icon indicating copy to clipboard operation
Serilog.Sinks.Unity3D copied to clipboard

Serilog Sink for Unity 3D Debug log

Results 4 Serilog.Sinks.Unity3D issues
Sort by recently updated
recently updated
newest added

Based on the discussion in #9, here's support for using `UnityEngine.Object`s with `BeginScope()` and using the latest pushed scope as context when sending following log entries to Unity's console window....

Howdy, I know this package gets published to openupm but I'm looking to consume this package by pulling from NuGet, any way this could get published there?

When writing to other sinks, the following error occurs when attempting to use a `.ForContext(this)` call on a Monobehaviour: ``` Event with message template Second could not be formatted as...