# README
Colorful logger
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