
function includeDbg(obj){debug('Include: '+obj);}
function debug(obj){try{console.debug(obj);}catch(e){}}
function warn(obj){try{console.warn(obj);}catch(e){}}
function error(obj){try{console.error(obj);}catch(e){}}
