Logging icon indicating copy to clipboard operation
Logging copied to clipboard

Microsoft Extension Logging implementation for Blazor

Results 4 Logging issues
Sort by recently updated
recently updated
newest added

In some cases the current solution produces an error trying to import the js file. In my case that was a simple blazor router where when I visit a route...

**Environment:** - Windows 10 - Microsoft Visual Studio 2019 Professional - .NET 5 - Blazor.Extensions.Logging 2.0.4 **Steps to reproduce:** 1. Create a new server-side Blazor project. 2. Install the `Blazor.Extensions.Logging`...

I can't filter out local logs I create using .AddFilter("myclassname", LogLevel) if I use this extension with .AddBrowserConsole(). If I remove the extension and the .AddBrowserConsole() line, the filtering starts...

Bumps System.Text.Json from 5.0.1 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=5.0.1&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET