glogger

0.0.1-20 • Public • Published

Glogger

Simple logger with levels

This repo is for testing "Node module implementation" and "Nodeunit".

Getting Started

Install the module with: npm install glogger

var glogger = require('glogger')({
    level: "error",
    context: "AwesomeModule"
});
 
glogger.info("Information log");

Documentation

(Coming soon)

Examples

(Coming soon)

License

Glogger is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying LICENSE file.

Package Sidebar

Install

npm i glogger

Weekly Downloads

2

Version

0.0.1-20

License

none

Last publish

Collaborators

  • akarun
  • krkn