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
It would be nice to keep our all of our debugging log statements around and have a way to disable them when we're not testing a specific feature.
I think a library like LogLevel would work best. Its very light weight, works in the browser, and lets us create multiple loggers for different parts of the codebase, each of which can have their own logging levels.
The text was updated successfully, but these errors were encountered:
It would be nice to keep our all of our debugging log statements around and have a way to disable them when we're not testing a specific feature.
I think a library like LogLevel would work best. Its very light weight, works in the browser, and lets us create multiple loggers for different parts of the codebase, each of which can have their own logging levels.
The text was updated successfully, but these errors were encountered: