Gitter
Gitter copied to clipboard
Replace Console.WriteLine with proper logging
On the client side, we use Blazor.Extensions.Logging to log to the browser console.
Not yet implemented on the server side.
Just wondering why we need a third-party package for logging instead of using the built in logger? I'm not 100% sure adding 20KB and more javascript is worth it?
Isn't the built-in WASM logger limited to one log level?