watch-log
v0.0.43
Published
[](https://travis-ci.org/javanile-bot/watch-log) [](https://codeclimate.com/github/javanile
Downloads
39
Readme
watch-log
Watch your log files during development and save your time.
usage
- Install global watch-log tool
npm install watch-log -g- Create a file "watch.log.js" into your project with relatives path of log files to get under the watcher activity
// file: watch.log.js
var watch = require("watch-log");
watch.files([
"logs/error.log",
"logs/debug.log"
]);- Simply run watch-log on your folder project on bash console
watch-log- When a log file changes output are ready for your debug.
