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
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.
The text was updated successfully, but these errors were encountered:
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 useconsole.info
,console.warn
,console.error
, andconsole.debug
as appropriate. This would give me better filtering control and also better styling.The text was updated successfully, but these errors were encountered: