Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkhizeryounas/logger
Simple nodejs logger
https://github.com/mkhizeryounas/logger
Last synced: 11 days ago
JSON representation
Simple nodejs logger
- Host: GitHub
- URL: https://github.com/mkhizeryounas/logger
- Owner: mkhizeryounas
- License: mit
- Created: 2022-06-22T23:03:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T23:55:54.000Z (about 2 years ago)
- Last Synced: 2024-12-13T17:49:57.695Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Logger
This is a simple nodejs based logger.
### Getting started
```
const logger = require("@mkhizeryounas/logger")
logger.debug("Hello World");
```### Contributing
Feel free to submit pull requests.
### Authors
Khizer Younas - Initial work - [mkhizeryounas](http://github.com/mkhizeryounas)
### Licensing
The project is [MIT Licenced](./License.txt).