A simple Go library for colorful logging output.
This project is a spin-off of my WebRTC Nuts and Bolts project's logging part. In the main project, a logging mechanism that supports different colored outputs and shows logger part name (e.g. APP, WS, DTLS, SRTP, etc...) was needed.
go get github.com/adalkiran/go-colorful-logging
An output screenshot from WebRTC Nuts and Bolts project, which the same logging system was applied on:
You can find example projects made using go-colorful-logging and Inventa at https://github.com/adalkiran/inventa-examples.
In this inventa-examples repo, there are multiple projects. The ones which are developed using Go, use go-colorful-logging library for logging.
go-colorful-logging is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.