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

A console sink for the Blazor/Wasm environment

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

Firstly, excellent work that we have this sink. Kindof related to https://github.com/serilog/serilog-sinks-browserconsole/issues/20 Create a New .Net8 WASM app (hosted) Add a simple javascript file to client wwwroot folder In program.cs...

Improve support for styles. Since styles interpolation is made only on the 1st argument in `console.log`, this PR had to do a whole refactor of rendering process. 1st iteration converts...

If we initialize the app with this sink, the app throws a null reference exception on the initialization of the app, causing it to fail to start. ` System.NullReferenceException: Object...

good first issue

I attempted to integrate this into my project. The first issue I encountered was the requirement for **.NET 8.0**, so I created a fork and upgraded the project to **.NET...

Hi, I'd like to have this sink work in a Blazor Server app. Is there a workaround to do it? Or would it need a completely different implementation? Test project...