There is more than console.log()
to the Chrome Web Console:
Output debug, info, warnings and errors:
console.debug('Just so that the dev know')
console.info('Here is some info')
console.warn('This may be a problem')
console.error('This must not happen')