Skip to content

Releases: tjhop/slog-gokit

v0.1.2

22 Nov 15:43
Compare
Choose a tag to compare

Changelog

Fixes

  • 705216f fix: retain level when using WithAttrs/WithGroup

Other Changes

  • b8eba7d ref: have NewGoKitHandler() return slog.Handler interface type
  • b3ba86d ref: switch pointer receiver for GoKitHandler

v0.1.1

20 Nov 06:16
Compare
Choose a tag to compare

Changelog

Other Changes

  • 40f1ad4 build(deps): bump go-logfmt to v0.6.0

v0.1.0

20 Nov 05:39
Compare
Choose a tag to compare

Changelog

New Features And Changes

  • 6b75987 feat: init custom slog Handler to wrap go-kit Logger

Other Changes