Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcw/log
log is a log package heavily inspired by monolog/logbook.
https://github.com/marcw/log
Last synced: 3 months ago
JSON representation
log is a log package heavily inspired by monolog/logbook.
- Host: GitHub
- URL: https://github.com/marcw/log
- Owner: marcw
- License: mit
- Created: 2013-02-06T15:44:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T13:01:07.000Z (about 9 years ago)
- Last Synced: 2024-10-11T13:12:14.102Z (3 months ago)
- Language: Go
- Homepage:
- Size: 264 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Log
[![Build Status](https://travis-ci.org/marcw/log.png?branch=master)](https://travis-ci.org/marcw/log)
A log package based on PHP's excellent Monolog library.
## WARNING
The API is not yet STABLE. Some things WILL change. Please wait for a 1.0
release if you're not kin to update your code from time to time.## Why?
I felt really limited by the implementation of `log` and `log/syslog` packages.
Coming from the PHP world, I used to work with
[monolog](https://github.com/seldaek/monolog) which is really good and based
upon the python logbook package itself. I decided to port it to go and enjoy.## Documentation
Documentation is available at [godoc.org](http://godoc.org/github.com/marcw/log)
## Acknowledgements
This package is heavily inspired by Jordi Boggiano's
[monolog](https://github.com/seldaek/monolog) library.## License
The Log code is free to use and distribute, under the [MIT
license](https://github.com/marcw/log/blob/master/LICENSE).