logmessage-cls-hooked
Version:
A LogRoot Method Decorator that uses cls-hooked to handle and propagate log message details between different methods deeper in the callstack, removing the need to propagate a paremeter just for logging purposes
34 lines • 918 B
JSON
{
"name": "logmessage-cls-hooked",
"version": "1.1.6",
"description": "A LogRoot Method Decorator that uses cls-hooked to handle and propagate log message details between different methods deeper in the callstack, removing the need to propagate a paremeter just for logging purposes",
"main": "dist/index.js",
"license": "MIT",
"author": "Filipe Versehgi",
"repository": {
"type": "git",
"url": "https://github.com/filipeversehgi/logmessage-cls-hooked"
},
"scripts": {
"prepublish": "tsc",
"test": "jest test/"
},
"keywords": [
"cls-hooked",
"log",
"node-csl"
],
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.5.4",
"@types/cls-hooked": "^4.3.5",
"jest": "^29.6.3",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"cls-hooked": "^4.2.2"
}
}