Closed Legends closed 5 years ago
Does it only support logging to the console? Besides, can I use ASP.NET Core logging in Blazor projects?
Hello!
This project makes logging to the browser console only for Blazor Client Side mode. If you are using Blazor Server Side mode, you can use regular Microsoft.Extensions.Logging.XXX packages.
Microsoft.Extensions.Logging.XXX
Does it only support logging to the console? Besides, can I use ASP.NET Core logging in Blazor projects?