Would you like to clone this notebook?

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

Cancel

tonic + npm: nodelog

node v6.17.1
endpointsharetweet
var log = require("nodelog")({ logLevel: 'error' }); console.log('hello world'); console.error('this is an error');
Created from: https://tonicdev.com/npm/nodelog
Loading…

no comments

    sign in to comment