https://github.com/bitliner/logb
Stupid logger wrapper for nodejs, based on bunyan
https://github.com/bitliner/logb
Last synced: over 1 year 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 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T04:26:11.000Z (over 9 years ago)
- Last Synced: 2025-01-23T14:55:45.235Z (over 1 year 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'})
```