You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will mean all the logging from libraries that developers don't control will still show up in the JS console. We could implement it by registering a log handler which outputs to the JS console.
The text was updated successfully, but these errors were encountered:
yea that's a good idea. console_log! simply wraps some websys code to write to JS console, and could be re-used under the hood of the handler registered with log. i'd still like to keep console_log! available to users though as a convenience. for one-off logging, it is kind of nice.
This will mean all the logging from libraries that developers don't control will still show up in the JS console. We could implement it by registering a log handler which outputs to the JS console.
The text was updated successfully, but these errors were encountered: