Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels