Skip to content

Releases: codemedic/go-log

v0.5.0

19 Aug 00:29
Compare
Choose a tag to compare

Minor updates to examples; primary for the optics and making examples runnable from docs.

v0.4.1

20 Jul 14:07
Compare
Choose a tag to compare

Minor doc update

v0.4.0

20 Jul 13:55
Compare
Choose a tag to compare

Minor tweaks to reduce confusion in docs & examples.

v0.3.1

20 Jul 07:14
Compare
Choose a tag to compare
  • Adds handler for global log from standard library.
    Any logging from a third-party library can be handled.
  • Adds sorting of log-lines from global log from standard library.
    Allows you to assign appropriate logging levels or hiding them based on content inspection.
  • More doc updates.

v0.2.0

19 Jul 12:08
Compare
Choose a tag to compare
  • API changes
    log.OptionMust(o Option, err error) has become log.OptionsMust(o Option, err error) to reflect the most appropriate use case, which is to check for errors from OptionLoaders combined through log.Options(opt ...interface{}).
  • Minor doc updates and tweaks.

first release

19 Jul 09:40
5b985a8
Compare
Choose a tag to compare
v0.1.0

Update LICENSE