Categorygithub.com/koding/logging
repositorypackage
0.0.0-20160720134017-8b5a689ed69b
Repository: https://github.com/koding/logging.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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