Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bitliner/logb
- Owner: bitliner
- Created: 2014-10-17T13:14:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T04:26:11.000Z (about 8 years ago)
- Last Synced: 2024-04-09T21:32:21.425Z (10 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'})
```