package
0.0.0-20240512154412-31569fdcef22
Repository: https://github.com/gabibizdoc/golang-playground.git
Documentation: pkg.go.dev

# README

Colorful logger

img.png

How to use

Building

  cd golang-playground
  go build -o dist/logs/ ./cmd/logs_demo/

Usage

cd <your-other-project>

go run <your app>  2>&1 \
#     | tee -i logs.txt \   -- optional but it is useful
      | <path-to-golang-playground>/dist/logs/logs_demo