https://github.com/limetext/log4go
Logging package similar to log4j for the Go programming language
https://github.com/limetext/log4go
Last synced: about 1 year ago
JSON representation
Logging package similar to log4j for the Go programming language
- Host: GitHub
- URL: https://github.com/limetext/log4go
- Owner: limetext
- License: bsd-2-clause
- Created: 2014-12-05T01:03:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T17:40:54.000Z (over 6 years ago)
- Last Synced: 2025-03-20T18:08:54.059Z (about 1 year ago)
- Language: Go
- Size: 218 KB
- Stars: 6
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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