Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Console.WriteLine with proper logging #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chucker
Copy link

@chucker chucker commented Jun 7, 2020

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

Not yet implemented on the server side.

@SQL-MisterMagoo
Copy link
Collaborator

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
Copy link
Author

chucker commented Jun 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants