Gitter icon indicating copy to clipboard operation
Gitter copied to clipboard

Replace Console.WriteLine with proper logging

Open chucker opened this issue 4 years ago • 2 comments

On the client side, we use Blazor.Extensions.Logging to log to the browser console.

Not yet implemented on the server side.

chucker avatar Jun 07 '20 19:06 chucker

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?

SQL-MisterMagoo avatar Jun 07 '20 23:06 SQL-MisterMagoo

Isn't the built-in WASM logger limited to one log level?

chucker avatar Jun 10 '21 14:06 chucker