Mirror of log4go.googlecode.com/hg
Go to file
2012-02-25 12:58:10 -08:00
examples Update to go 1 2012-02-11 11:11:14 -08:00
config.go gofix 2012-02-25 12:41:24 -08:00
filelog.go Update to go 1 2012-02-11 11:11:14 -08:00
LICENSE License change. 2010-05-31 21:04:38 +00:00
log4go_test.go gofix 2012-02-25 12:41:24 -08:00
log4go.go Added the normal 'Package <pkgname>' header 2012-02-25 12:57:42 -08:00
pattlog.go gofix 2012-02-25 12:41:24 -08:00
README Updated to mercurial path 2010-12-22 02:05:30 -05:00
socklog.go Update to go 1 2012-02-11 11:11:14 -08:00
termlog.go gofix 2012-02-25 12:41:24 -08:00
wrapper.go Update to go 1 2012-02-11 11:11:14 -08:00

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