1.0.4 • Published 8 years ago

zmq-logger v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Usage

Glossary

Work-in-progress module, not a fully-fledged module (yet), so contributions are warmly welcome! :)

Install dependencies

  • libzmq3-dev (on Ubuntu trusty)
  • node.js
npm install --save zmq-logger

In you logger service

var logger = require('zmq-logger');

logger();

By default, it will save logs to /var/log/app.log.

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago