Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitliner/logb

Stupid logger wrapper for nodejs, based on bunyan
https://github.com/bitliner/logb

Last synced: about 20 hours ago
JSON representation

Stupid logger wrapper for nodejs, based on bunyan

Awesome Lists containing this project

README

        

# logb

Stupid logger for node.js.

It is based on [node-bunyan](https://github.com/trentm/node-bunyan).

## Usage

```
var Logger=require('logb').getLogger(module.filename)

Logger.info('This is a message',{details:'Details of this message'})
```