1.0.1 • Published 7 years ago

logger-socket.io v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

logger-socket.io

Simple logger middleware for socket.io.

Installation

Npm

npm install logger-socket.io

Yarn

yarn add logger-socket.io

Support

This library is quite fresh, and maybe has bugs. Write me an email to natashkinsash@gmail.com and I will fix the bug in a few working days.

Quick start

var Logger = require('logger-socket.io');
const options = {};
options.log = function (message) {
    console.log(message);
};
io.use(Logger(options));
1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago