serilog-sinks-debug icon indicating copy to clipboard operation
serilog-sinks-debug copied to clipboard

Writes Serilog events to the debug output window

Results 5 serilog-sinks-debug issues
Sort by recently updated
recently updated
newest added

Sometimes I have 6-7 identical messages in the VS output. Same time stamp, same message content. But the LogDebug was fired only once. In other sinks, like file sink, the...

According to release notes, Serilog 4 introduced a new interface that enables easily making sinks to async. My company uses this sink and it would be interesting to see if...

Fixes #17. Please let me know if you think anything needs adding or wording needs changing.

I am having a strange issue where `LogEventLevel.Debug` logs (or those written directly via `Log.Debug()`) do not show in the Debug console, unless `.MinimumLevel.Debug()` is applied to the global logger,...

**Motivation**: Currently cannot use Serilog 4.2.0 with Serilog.Sinks.Debug without nuget warnings. I would like to use the latest serilog version for stuff I am working on :) **Changes**: Updates the...