0.1.2 • Published 11 years ago

mcap-log v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

mcap-log

NPM version Build Status Dependency Status

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.