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

Use console.warn, console.error, console.info, console.debug as appropriate #19

Open
lilyball opened this issue Mar 8, 2022 · 1 comment

Comments

@lilyball
Copy link

lilyball commented Mar 8, 2022

Right now this crate logs everything through console.log. This means I can't do any browser filtering of events. It would be really nice if it could use console.info, console.warn, console.error, and console.debug as appropriate. This would give me better filtering control and also better styling.

@lilyball
Copy link
Author

lilyball commented Mar 8, 2022

You might also want to look at what wasm-logger does for its mapping.

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

No branches or pull requests

1 participant