bilibili-backup/vendor/github.com/alecthomas/log4go
root beccf3fe43 init 2019-04-22 02:59:20 +00:00
..
BUILD.bazel init 2019-04-22 02:59:20 +00:00
LICENSE init 2019-04-22 02:59:20 +00:00
README init 2019-04-22 02:59:20 +00:00
config.go init 2019-04-22 02:59:20 +00:00
filelog.go init 2019-04-22 02:59:20 +00:00
log4go.go init 2019-04-22 02:59:20 +00:00
pattlog.go init 2019-04-22 02:59:20 +00:00
socklog.go init 2019-04-22 02:59:20 +00:00
termlog.go init 2019-04-22 02:59:20 +00:00
wrapper.go init 2019-04-22 02:59:20 +00: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