hxnodejs-bunyan

Externs for the bunyan NPM module


Keywords
bunyan, hxnodejs, logger, nodejs
License
MIT
Install
haxelib install hxnodejs-bunyan 1.8.0-alpha

Documentation

Haxe/hxnodejs externs for the bunyan npm library

Tested using bunyan version 1.8.1

Example:

import js.npm.Bunyan;

logger = Bunyan.createLogger({name:"my_app"});
logger.info("Hello, bunyan.");