nodejs-console-log

1.0.4 • Public • Published

nodejs-console-log

USAGE

npm i nodejs-console-log --save
const console = require('nodejs-console-log');
 
console.dtFormat('DD/MM/YYYY HH:mm:ss');
 
console.log('=> Test Log.');
console.info('=> Test Info.');
console.warn('=> Test Warning.');
console.error('=> Test Error.');

OUTPUT

28/02/2020 11:37:10 - => Test Log.
28/02/2020 11:37:10 - => Test Info.
28/02/2020 11:37:10 - => Test Warning.
28/02/2020 11:37:10 - => Test Error.

Readme

Keywords

Package Sidebar

Install

npm i nodejs-console-log

Weekly Downloads

8

Version

1.0.4

License

ISC

Unpacked Size

7.51 kB

Total Files

6

Last publish

Collaborators

  • emalherbi