Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Replace Console.WriteLine with proper logging #85

Open chucker opened 4 years ago

chucker commented 4 years ago

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

Not yet implemented on the server side.

SQL-MisterMagoo commented 4 years ago

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?

chucker commented 3 years ago

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