https://github.com/node-ts/logger
A logger adapter that abstracts the logger implementation from the consumer
https://github.com/node-ts/logger
Last synced: 12 months ago
JSON representation
A logger adapter that abstracts the logger implementation from the consumer
- Host: GitHub
- URL: https://github.com/node-ts/logger
- Owner: node-ts
- License: mit
- Created: 2019-02-09T11:50:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T04:44:38.000Z (over 1 year ago)
- Last Synced: 2024-12-16T17:03:27.911Z (over 1 year ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @node-ts/logger
Defines a logger abstraction that can be injected (using inversify) into different applications. This removes the need for packages and applications to rely on a specific logger, but instead allow the consumer the choice to provide whichever logger they are most comfortable with.
This logger abstraction is used within all @node-ts/* projects, but can be used with any inversify enabled project.