Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 973 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 973 Bytes

Log

Build Status

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 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

Acknowledgements

This package is heavily inspired by Jordi Boggiano's monolog library.

License

The Log code is free to use and distribute, under the MIT license.