Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alecthomas/log4go
- Owner: alecthomas
- License: bsd-2-clause
- Archived: true
- Created: 2012-07-10T18:43:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T03:15:48.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T21:47:56.922Z (3 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 311
- Watchers: 23
- Forks: 180
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
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