Skip to content

Releases: eliofery/eslog

v1.0.2

20 May 14:29
Compare
Choose a tag to compare

Changelog

  • 8d7628b Added method for get *slog.Logger

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 May 16:14
Compare
Choose a tag to compare

Changelog

  • 3db5502 Fix descriptions and corrected incorrect example
  • 0bcf414 Fix small changes in the code

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 May 15:13
Compare
Choose a tag to compare

Package eslog only works with Go1.21+ as it requires the new log/slog std package.

Supported two modes:

  • Pretty
  • Json

Supported logging levels:

  • Trace
  • Debug
  • Info
  • Warn
  • Error
  • Fatal

Full Changelog: https://github.com/eliofery/eslog/commits/v1.0.0