Skip to content

adalkiran/go-colorful-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-colorful-logging

LinkedIn Twitter HitCount License

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:

An output screenshot from WebRTC Nuts and Bolts

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.

Releases

No releases published

Packages

No packages published

Languages