Skip to content

koding/logging

Repository files navigation

logging

Simple logging package in Go.

GoDoc Build Status

Install

$ go get github.com/koding/logging

Features

  • Log levels (DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL)
  • Different colored output for different levels (can be disabled)
  • No global state in package
  • Customizable logging handlers
  • Customizable formatters
  • Log to multiple backends concurrently
  • Context based (inherited) loggers

Example Usage

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages