Releases: elgopher/yala
Releases · elgopher/yala
Remove formatting functions
Add WARN level
- Add new WARN level.
- Improve glog adapter to log error if given
- Fix invalid SkippedCallerFrames sent by formatting logging functions such as logger.Infof, logger.Debugf and logger.Errorf
Add documentation to public API
v0.1.1 Document API and adapters
Initial release
This release is ready to use API with 7 available adapters:
- logrus
- zap
- printer (standard packages: fmt or log)
- glog
- log15
- zerolog
- context
The API is not yet final though, and could be changed in the near future (although it should not change dramatically).