https://github.com/caarlos0/log
Colorful CLI logger
https://github.com/caarlos0/log
Last synced: about 1 year ago
JSON representation
Colorful CLI logger
- Host: GitHub
- URL: https://github.com/caarlos0/log
- Owner: caarlos0
- License: other
- Created: 2022-06-01T02:48:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T08:24:20.000Z (about 1 year ago)
- Last Synced: 2025-03-28T06:11:10.454Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 317 KB
- Stars: 59
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-with-stars - caarlos0/log - 03-01 | (Logging / Search and Analytic Databases)
- awesome-go - caarlos0/log - Colorful CLI logger. (Logging / Search and Analytic Databases)
- fucking-awesome-go - caarlos0/log - Colorful CLI logger. (Logging / Search and Analytic Databases)
README
# log
A Colorful CLI logger.
[](https://github.com/caarlos0/log/actions/workflows/build.yml)
[](https://codecov.io/gh/caarlos0/log)
[](https://pkg.go.dev/github.com/caarlos0/log)

## Acknowledgements
This package is a very refactored version of the great [apex/log][1].
Changes are mostly related to reducing the number of dependencies and removing things I don't use,
focusing in using it as CLI pretty logger, mainly for [GoReleaser][2].
Make sure to check out the [original work by tj][1]!
[1]: https://github.com/apex/log
[2]: https://goreleaser.com