Categorygithub.com/caarlos0/log
repositorypackage
0.4.6
Repository: https://github.com/caarlos0/log.git
Documentation: pkg.go.dev

# README

log

A Colorful CLI logger.

Build Status Coverage Status

CleanShot 2022-07-04 at 15 06 05@2x

Acknowledgements

This package is a very refactored version of the great apex/log.

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.

Make sure to check out the original work by tj!