Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jordanhandy/my-simple-logger-module

simple logger with timestamp
https://github.com/jordanhandy/my-simple-logger-module

Last synced: 1 day ago
JSON representation

simple logger with timestamp

Awesome Lists containing this project

README

        

# Simple Logger Module
## Description
This logs the timestamp of any given item, sent to the console, as an extension of standard ```console.log()```
## Usage
```
var logMe = require("my-simple-logger");
logMe.log("Test")
```
Result:
```
Test - 19:20
```