tablic-http-logger
Version:
A solid HTTP logger middleware for Express.js applications, also fully compatible with NestJS. This logger provides customizable, detailed logs with fields such as timestamp, HTTP method, URL, status, response time, client IP, user-agent, and more. The lo
28 lines (27 loc) • 881 B
JSON
{
"name": "tablic-http-logger",
"version": "1.0.5",
"main": "src/index.js",
"keywords": [
"http",
"logger",
"express",
"nestjs",
"middleware",
"logging",
"http-logger",
"express-middleware",
"nestjs-middleware",
"request-logger",
"table-logger",
"logging-middleware"
],
"author": "MD Jamil Kashem Porosh",
"license": "MIT",
"description": "A solid HTTP logger middleware for Express.js applications, also fully compatible with NestJS. This logger provides customizable, detailed logs with fields such as timestamp, HTTP method, URL, status, response time, client IP, user-agent, and more. The log output is structured in a table-like format, allowing dynamic control over visible fields and timestamp formatting.",
"dependencies": {
"colorette": "^2.0.20",
"morgan": "^1.10.0",
"table": "^6.9.0"
}
}