https://github.com/toxyl/glog
Colorful Golang logger for use with CLI projects
https://github.com/toxyl/glog
ansi ansi-colors cli go golang logger logging
Last synced: 5 months ago
JSON representation
Colorful Golang logger for use with CLI projects
- Host: GitHub
- URL: https://github.com/toxyl/glog
- Owner: toxyl
- License: unlicense
- Created: 2022-07-12T15:58:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-27T21:27:34.000Z (11 months ago)
- Last Synced: 2025-07-27T23:24:55.972Z (11 months ago)
- Topics: ansi, ansi-colors, cli, go, golang, logger, logging
- Language: Go
- Homepage:
- Size: 47.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glog
Colorful Golang logger for use with CLI projects
## Usage Example
```sh
go run example/main.go
```
## Output Example

## Notes
Please be aware that this package bears no relation whatsoever to [Golang's glog package](https://github.com/golang/glog) or [Google's glog package](https://github.com/google/glog).