Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkhizeryounas/logger

Simple nodejs logger
https://github.com/mkhizeryounas/logger

Last synced: 11 days ago
JSON representation

Simple nodejs logger

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).