Skip to content

cesarferreira/node-time-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

console.log() with a beautiful timestamp

Resources

Stars

Watchers

Forks

Packages

No packages published