A log package based on PHP's excellent Monolog library.
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.
I felt really limited by the implementation of log
and log/syslog
packages.
Coming from the PHP world, I used to work with
monolog which is really good and based
upon the python logbook package itself. I decided to port it to go and enjoy.
Documentation is available at godoc.org
This package is heavily inspired by Jordi Boggiano's monolog library.
The Log code is free to use and distribute, under the MIT license.