0.0.1 • Published 9 years ago

@jstp/logger v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 years ago

JSTP Logger

A nice logger for JSTP

Installation

npm install --save @jstp/logger

Usage

var Logger = require("@jstp/logger")
var Sydney = require("sydney")

var venue = new Sydney
venue.add(new Logger)

// And use it normally, it will log to the console

Testing

git clone git://github.com/jstp/logger
cd logger
npm install
npm test

License

Copyright 201% Xavier Via

ISC Clause license.

See LICENSE attached.