Testing console.* methods with djConfig.isDebug turned

Append '?ON' to URL to try with djConfig.isDebug turned ON. Remove it to test djConfig.isDebug turned OFF

If isDebug is off (false), then make sure console functions go to a simple empty function. You may see errors in the console, since console.error is being tested as part of this test.