argael / Glogger

Simple global logger with levels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple global logger with levels.

License:The Unlicense


Languages

Language:CoffeeScript 61.3%Language:JavaScript 38.7%