node-time-log

1.0.3 • Public • Published

node-time-log

console.log() with a beautiful timestamp

Build Status npm npm

Install

$ yarn add node-time-log

Usage

const log = require('node-time-log').SimpleLog;
const info = require('node-time-log').CompleteLog;
 
log(`I'm a simple log just with time`); // => 00:07:32 I'm a simple log just with time
info(`I have date and time`); // => 14-07-2017 00:07:44 I have date and time

Created by

Cesar Ferreira

License

YOLO © Cesar Ferreira

Readme

Keywords

none

Package Sidebar

Install

npm i node-time-log

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • cesarferreira