0.1.3 • Published 9 years ago

micro-logger v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

micro-logger

A minimalist, light-weight logger middle-ware that outputs request information to standard output.

Usage

To use micro-logger in your application: 1. cd to your project's root 2. Run npm install micro-logger to download the module. 3. In an Express application, you can include the micro-logger using the following setup:

```
var express = require('express');
var app = express();

var microLogger = require('micro-logger');
app.use(microLogger);`
```
0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago