1.6.0 • Published 10 months ago

node-logger-middleware v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

NPM PACKAGE - NODE LOGGER MIDDLEWARE

Logs the Request Method,Request URL, Date and Time also the IP address and saves it into log.txt in the server

How to use?

Use it as a middleware in Node js application

  npm i node-logger-middleware
  const {logger} = require("node-logger-middleware");

  app.use(logger);

Authors

1.6.0

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago