sand-log

Sand Logging

Usage no npm install needed!

<script type="module">
  import sandLog from 'https://cdn.skypack.dev/sand-log';
</script>

README

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