# README
go-colorful-logging
A simple Go library for colorful logging output.
WHY THIS PROJECT?
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.
INSTALLATION
go get github.com/adalkiran/go-colorful-logging
EXAMPLE OUTPUT
An output screenshot from WebRTC Nuts and Bolts project, which the same logging system was applied on:
EXAMPLE
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.
LICENSE
go-colorful-logging is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.