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

https://github.com/caarlos0/log

Colorful CLI logger
https://github.com/caarlos0/log

Last synced: about 1 year ago
JSON representation

Colorful CLI logger

Awesome Lists containing this project

README

          

# log

A Colorful CLI logger.

[![Build Status](https://img.shields.io/github/actions/workflow/status/caarlos0/log/build.yml?style=for-the-badge)](https://github.com/caarlos0/log/actions/workflows/build.yml)
[![Coverage Status](https://img.shields.io/codecov/c/gh/caarlos0/log.svg?logo=codecov&style=for-the-badge)](https://codecov.io/gh/caarlos0/log)
[![](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://pkg.go.dev/github.com/caarlos0/log)

![CleanShot 2022-07-04 at 15 06 05@2x](https://user-images.githubusercontent.com/245435/177202016-074a49d2-6061-45e1-bc4a-52e5f16fc573.png)

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