1.6.0 • Published 2 years ago

node-logger-middleware v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago