1.1.0 • Published 4 years ago

my-simple-logger v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Simple Logger Module

Description

This logs the timestamp of any given item, sent to the console, as an extension of standard console.log()

Usage

Functions

  • log
  • write
var logMe = require("my-simple-logger");
logMe.log("Test")

Result in console:

Test - 19:20
var logMe = require("my-simple-logger");
logMe.write("Test)

Logs written to ./logs/current date.txt