https://github.com/xiaoluoboding/logger4node
Logger for Node.js, Logger anything you want.
https://github.com/xiaoluoboding/logger4node
Last synced: 12 months ago
JSON representation
Logger for Node.js, Logger anything you want.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/logger4node
- Owner: xiaoluoboding
- License: mit
- Created: 2016-06-24T08:09:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T09:04:14.000Z (over 9 years ago)
- Last Synced: 2024-12-30T22:11:16.252Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logger4node [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
> Logger for Node.js, Logger anything you want.
## Installation
```sh
$ npm install --save logger4node
```
## Usage
```js
var logger = require('logger4node');
logger('Rainbow');
```
## License
MIT © [xiaoluoboding](http://xlbd.me)
[npm-image]: https://badge.fury.io/js/logger4node.svg
[npm-url]: https://npmjs.org/package/logger4node
[travis-image]: https://travis-ci.org/xiaoluoboding/logger4node.svg?branch=master
[travis-url]: https://travis-ci.org/xiaoluoboding/logger4node