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
I would like to use js-logger with console.group. I know it's not standard, but I don't see why js-logger couldn't implement all console methods available in the current environment.
The text was updated successfully, but these errors were encountered:
+1
chrome's console is awesome and I don't know if i can not use some features like console.group, color (console.log('%c solething', 'color:blue')) ...
I think it should be in a separate library. Something like colors or chalk that works universally. I once reserved the NPM namespace ucolor for it, but I never got around to implementing it.
I would like to use js-logger with console.group. I know it's not standard, but I don't see why js-logger couldn't implement all console methods available in the current environment.
The text was updated successfully, but these errors were encountered: