An open API service indexing awesome lists of open source software.

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

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
![Example Output](example/example.png?raw=true "Example Output")

## 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).