Add adapter based control of log level

This commit is contained in:
User user
2021-05-18 09:10:06 +02:00
parent feed4626e6
commit 8e183ac1a5
5 changed files with 23 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/logging",
"version": "3.0.8",
"version": "3.1.0",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -29,6 +29,5 @@
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {}
}
}