https://github.com/erfanium/colorful-logger
Pretty logger
https://github.com/erfanium/colorful-logger
Last synced: about 1 year ago
JSON representation
Pretty logger
- Host: GitHub
- URL: https://github.com/erfanium/colorful-logger
- Owner: erfanium
- Created: 2020-07-07T15:21:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T20:31:45.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T12:46:12.243Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colorful-Logger

```ts
const logger = new Logger('HTTP-SERVER')
logger.log("start listening on port 3000")
logger.error("A bad thing", error)
logger.warn("Depricated Url", req.url)
logger.debug("fuckingVariable is ", fuckingVariable)
```