By default just the fooo namespace is turned on
in localStorage. You can set other namespaces by assigning to
localStorage:
localStorage.setItem('DEBUG', 'abc:*')
window has a property debug, with keys
fooo and barrr for the fooo and barrr
namespaced debugs.
You can set the localStrage DEBUG key to a different
value and then try logging with each debug instance.