Verbose is the simple logger used in Rebxd, written entirely in Golang
Find a file
numbered.dev 30937663ca
All checks were successful
Go / build (push) Successful in 47s
Update LICENSE
2025-12-25 13:32:21 +00:00
.forgejo/workflows Update .forgejo/workflows/go.yml 2025-12-12 20:11:58 +00:00
tests Update module and import paths to reflect new repository structure 2025-12-12 19:46:01 +01:00
.gitignore Add .gitignore 2025-12-08 06:59:36 +01:00
color_constants.go Support ANSI and True Color 2025-07-04 15:44:30 +02:00
go.mod Update module and import paths to reflect new repository structure 2025-12-12 19:46:01 +01:00
go.sum Update module and import paths to reflect new repository structure 2025-12-12 19:46:01 +01:00
LICENSE Update LICENSE 2025-12-25 13:32:21 +00:00
logger.go Update module and import paths to reflect new repository structure 2025-12-12 19:46:01 +01:00
README.md Update README.md 2025-12-08 06:59:07 +01:00

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

image

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 dont make messy code 🤷‍♂️. Ill 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