Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 338 Bytes

File metadata and controls

19 lines (14 loc) · 338 Bytes

Sand Log Module

A Logger Module for use with the Sand Framework

To begin

  1. Install it:

    $ npm install sand-log -S
  2. Require it and use:

    var log = require('sand-log')('sand');
    log('It automatically applies the namespace');

License

ISC © 2014 Pocketly