Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

logdown test

node v8.17.0
version: master
endpointsharetweet
const logdown = require('logdown'); const logger = logdown('MyLoggerPrefix', { logger: console, prefixColor: '#FF0000' }); logger.log('My log message with logdown.'); console.log('My log message with console.log');
Loading…

no comments

    sign in to comment