Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alecthomas/log4go

Logging package similar to log4j for the Go programming language
https://github.com/alecthomas/log4go

Last synced: 3 days ago
JSON representation

Logging package similar to log4j for the Go programming language

Awesome Lists containing this project

README

        

# This is an unmaintained fork, left only so it doesn't break imports.

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

Installation:
- Run `goinstall log4go.googlecode.com/hg`

Usage:
- Add the following import:
import l4g "log4go.googlecode.com/hg"

Acknowledgements:
- pomack
For providing awesome patches to bring log4go up to the latest Go spec