https://github.com/kaatinga/prettylogger
A simple pretty logger based on zerolog
https://github.com/kaatinga/prettylogger
Last synced: 5 months ago
JSON representation
A simple pretty logger based on zerolog
- Host: GitHub
- URL: https://github.com/kaatinga/prettylogger
- Owner: kaatinga
- License: mit
- Created: 2020-09-21T13:51:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T19:28:57.000Z (almost 5 years ago)
- Last Synced: 2025-12-17T15:01:30.930Z (6 months ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prettylogger
Creates a logger with some set view options.
First of all, the log has 3 levels and shown as tree.
The date and time are shown only if `log.title` is called. The rest of log messages have not timestamp.
Useful for local debug logger.
