Home > log4go

log4go

Log4go is a project mainly written in Go, based on the BSD-2-Clause license.

Logging package similar to log4j for the Go programming language

Please see http://log4go.googlecode.com/

Installation:

  • Run goinstall log4go.googlecode.com/svn/stable

Usage:

  • Add the following import: import l4g "log4go.googlecode.com/svn/stable"

Acknowledgements:

  • pomack For providing awesome patches to bring log4go up to the latest Go spec
Previous:voxello