# Improved-console
This module overrides the default `console.log`,`console.info`,`console.warn` and `console.error` and adds a timestamp in front of the line.

## Installation
Install with `npm`:
``` bash
$ npm install improved-console --save
```

## Usage
``` js
require('log-color-date');
console.log("console.log")
console.warn("console.warn")
console.error("console.error")
console.info("console.info")
```
![Usage](https://raw.githubusercontent.com/gostriksh/improved-console/master/screenshots/usage.png)

## License
[MIT](LICENSE)
