serilog-sinks-browserconsole
serilog-sinks-browserconsole copied to clipboard
A console sink for the Blazor/Wasm environment
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...
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...