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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    4
  • 1.0.2
    1

Package Sidebar

Install

npm i node-time-log

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • cesarferreira