mcap-log
v0.1.2
Published
The logging lib for mcap tooling
Downloads
3
Readme
mcap-log
The logging lib for mcap tooling
Install
$ npm install --save mcap-log
Usage
var mcapLog = require('mcap-log');
mcapLog.info('Hello %s', 'Volker');
API
This module is just a tiny wrapper around bunyan. Please take a closer look to the bunyan documentations.
License
Copyright (c) 2014. Licensed under the MIT license.