cabify / go-logging

Simple logging package for Go [managed by soy-programador]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

The development of this library is discontinued and we encourage you to avoid using it in new projects. There are better alternatives out there.

logging

Simple logging package in Go used at Cabify. Originally forked from cenkalti/log

GoDoc

Install

$ go get github.com/cabify/go-logging

Features

  • Log levels (DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL)
  • Different colored output for different log levels
  • Customizable logging handlers
  • Customizable formatters
  • Log to multiple backends concurrently

Example Usage

See https://github.com/cabify/go-logging/blob/master/example/example.go

About

Simple logging package for Go [managed by soy-programador]

License:MIT License


Languages

Language:Go 91.5%Language:Shell 4.3%Language:Makefile 4.2%