New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

watch-log

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watch-log

[![Build Status](https://travis-ci.org/javanile-bot/watch-log.svg?branch=master)](https://travis-ci.org/javanile-bot/watch-log) [![Code Climate](https://codeclimate.com/github/javanile-bot/watch-log/badges/gpa.svg)](https://codeclimate.com/github/javanile

latest
Source
npmnpm
Version
0.0.43
Version published
Maintainers
1
Created
Source

watch-log

Build Status Code Climate Test Coverage

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.

FAQs

Package last updated on 21 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts