Skip to content

Releases: elgopher/yala

Remove formatting functions

16 Jan 19:40
Compare
Choose a tag to compare
Pre-release

Incompatible changes:

  • Remove all formatting functions: Debugf, Infof, Warnf, Errorf because they do not fit well with structured logging f5e3c49
  • Name all embedded fields in adapters bd39ae9

Bugfix:

Add WARN level

16 Jan 17:25
Compare
Choose a tag to compare
Add WARN level Pre-release
Pre-release
  • 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

16 Jan 15:48
Compare
Choose a tag to compare
Pre-release
v0.1.1

Document API and adapters

Initial release

16 Jan 14:13
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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).