Verbose is the simple logger used in Rebxd, written entirely in Golang
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| tests | ||
| .gitignore | ||
| color_constants.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| logger.go | ||
| README.md | ||
Verbose
Verbose is the simple logger used in Rebxd, as of now, and written entirely in Golang.
This will be later expanded with more functionality, customization and saving.
It's a color coded system with stuff like TAG, Date+Time, Status and message all neatly organized and colored.
Example output
How To Install
go get code.rebxd.com/Rebxd/verbose
Why?
Dunno really, but
open sourced our simple logging code. xdd. mostly cuz i extracted it out into it's own package to reuse it more easily and i was like "why not open source it".
- Numbered Dev, founder of Rebxd
Contributing
Idk, ig don’t make messy code 🤷♂️. I’ll just look at it dunno wat to tell ya.
Planned
- Colorful logging
- Saving to log file
- Template strings to customize the layout
- Custom colors
- Custom log file saver code