go-common/vendor/github.com/alecthomas/log4go
MiaoWoo fc4fa37393 Create & Init Project... 2019-04-22 18:49:16 +08:00
..
BUILD.bazel Create & Init Project... 2019-04-22 18:49:16 +08:00
LICENSE Create & Init Project... 2019-04-22 18:49:16 +08:00
README Create & Init Project... 2019-04-22 18:49:16 +08:00
config.go Create & Init Project... 2019-04-22 18:49:16 +08:00
filelog.go Create & Init Project... 2019-04-22 18:49:16 +08:00
log4go.go Create & Init Project... 2019-04-22 18:49:16 +08:00
pattlog.go Create & Init Project... 2019-04-22 18:49:16 +08:00
socklog.go Create & Init Project... 2019-04-22 18:49:16 +08:00
termlog.go Create & Init Project... 2019-04-22 18:49:16 +08:00
wrapper.go Create & Init Project... 2019-04-22 18:49:16 +08:00

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