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'd like to use custom formatters in a package I'm writing, but since the formatters live on the global debug module, they could interfere with other packages that use the same module.
Wouldn't it be better if we could attach the formatters to a specific debugger created by require('debug')('myNamespace') rather than on require('debug') itself?