Couto / groundskeeper

node.js package to remove forgotten console statements and specific blocks of code from you Javascript files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

namespace should accept a list of namespaces

pbakaus opened this issue · comments

It'd be really useful if namespace could accept a list of namespaces, as opposed to just a single one. You might need to use more than one logger or debug tool!

This should be possible (right now) by passing an array of namespaces instead of just a string, this is an undocumented feature, since it's not tested yet.

In the next version this will be documented ;)

Will try it out, thanks!