0.1.2 • Published 11 years ago
mcap-log v0.1.2
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.