Quick Console
Traditionally we log to the console with console.log();
this is too long when other languages just use trace(), print(), echo()
the ZIM Wrap module provides global shortcuts and one is for logging
zog() binds the console.log() so works exactly the same
including giving document and line numbers
by Dr Abstract