Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 676 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 676 Bytes

JSTP Logger

Codeship Status for 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 2015 Xavier Via

ISC Clause license.

See LICENSE attached.