Right now when I'm running our application I check djConfig.isDebug using a global function and then depending on the boolean returned I console.debug messages out. Is there a way to extend console.debug or console to not fire out messages unless isDebug is true?
