1.0.2 • Published 3 years ago

loggerjus v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Simple logger for the application. At the root of the application, a file is created with the logger.json configuration: { "dirLogs": { "request": "request", "response": "response", "authorizationErrors": "authorization_errors", "serverErrors": "server_errors" etc. Error types }, "dirForLogs": "Logs" - the name of the folder for storing logs by type } Saving takes place in the root folder of the application. If you create a log, a folder with a date is created. a file with the name from dirLogs.json is created inside