UNPKG

central-logger

Version:

Centralized logging. It is used to setup a server and a clients. Clients are able to send the logs to the server. Server will store the logs in different files based on its category.

5 lines (4 loc) 89 B
module.exports = { Server : require('./server'), Client : require('./client') };