BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
215 stars 32 forks source link

Question #39

Closed Legends closed 5 years ago

Legends commented 5 years ago

Does it only support logging to the console? Besides, can I use ASP.NET Core logging in Blazor projects?

galvesribeiro commented 5 years ago

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.