/datelog

Simple date and time console log function for Node JS

Primary LanguageJavaScript

datelog

A simple function for adding date and time stamp to console log in Node JS.

var print = require("datelog");

print("Hello world");