Skip to content

Releases: Tuxdude/zzzlog

zzzlog v0.3.4

05 Oct 20:05
v0.3.4
Compare
Choose a tag to compare

Released Sat, Oct 5 2024 08:05 PM UTC+0000

v0.3.4 zzzlog release with log level type supporting Stringer interface.

Changelog

  • a47f55d: feat: Add stringer support for log level type. ( <>)

Thanks!

Those include all the new changes in the v0.3.4 release!

zzzlog v0.3.3

25 Sep 17:39
v0.3.3
Compare
Choose a tag to compare

Released Wed, Sep 25 2024 05:39 PM UTC+0000

v0.3.3 zzzlog release with support for panic in Fatal() and Fatalf() calls.

Changelog

  • 4c0ef54: feat: Add support for emitting formatted log through panic when invoking log.Fatal(...) or log.FatalF(...). ( <>)

Thanks!

Those include all the new changes in the v0.3.3 release!

zzzlog v0.3.2

21 Sep 18:54
v0.3.2
Compare
Choose a tag to compare

Released Sat, Sep 21 2024 06:54 PM UTC+0000

v0.3.2 zzzlog release with support for skipping timestamps and log levels.

Changelog

  • eac7def: Update goreleaser config to handle deprecation warnings. ( <>)
  • b510f5e: Update goreleaser config to set the right vars for version/build info. ( <>)
  • b8080e4: build: [upgrade-makesystem-bot] Upgrade to v0.7.4. (@Tuxdude)
  • 00d481b: feat: Add coverage.html to .gitignore. ( <>)
  • 3b5da7b: feat: Support skipping timestamps and log levels in the logs. ( <>)

Thanks!

Those include all the new changes in the v0.3.2 release!

zzzlog v0.3.1

11 Sep 18:30
v0.3.1
Compare
Choose a tag to compare

Released Wed, Sep 11 2024 06:30 PM UTC+0000

v0.3.1 zzzlog release with Print() and Printf() support.

Changelog

  • b8072c1: build: [upgrade-makesystem-bot] Upgrade to v0.7.3. (@Tuxdude)
  • 5f219d6: feat: Bump zzzlogi dependency version. ( <>)
  • 7e7d92a: feat: Implement Print(...) and Printf(...) functions. ( <>)

Thanks!

Those include all the new changes in the v0.3.1 release!

zzzlog v0.3.0

10 Sep 01:50
v0.3.0
Compare
Choose a tag to compare

Released Tue, Sep 10 2024 01:50 AM UTC+0000

v0.3.0 zzzlog release with extra config options.

Changelog

  • 20d1ce3: build: [upgrade-makesystem-bot] Upgrade to v0.6.1. (@Tuxdude)
  • 4c12307: build: [upgrade-makesystem-bot] Upgrade to v0.7.0. (@Tuxdude)
  • 03256f1: build: [upgrade-makesystem-bot] Upgrade to v0.7.1. (@Tuxdude)
  • a1ee306: feat: Add a config option to skip logging the call site information. ( <>)
  • 7a4aa16: feat: Allow configuring the timestamp format in the logs. ( <>)
  • 71107ef: feat: Bump zzzlogi version. ( <>)
  • 55aec23: feat: Implement log*Empty(...) functions. ( <>)
  • 69c9764: feat: Use buildDefaultFormat(...) to build the default format strings. ( <>)

Thanks!

Those include all the new changes in the v0.3.0 release!

zzzlog v0.2.3

18 Aug 22:31
v0.2.3
Compare
Choose a tag to compare

Released Sun, Aug 18 2024 10:31 PM UTC+0000

v0.2.3 patch release.

Changelog

Thanks!

Those include all the new changes in the v0.2.3 release!

zzzlog v0.2.2

05 Mar 09:16
v0.2.2
Compare
Choose a tag to compare

Released Sat, Mar 5 2022 09:16 AM UTC+0000

Increased (40 chars) caller info column width.

Changelog

Thanks!

Those include all the new changes in the v0.2.2 release!

zzzlog v0.2.1

21 Feb 21:22
v0.2.1
Compare
Choose a tag to compare

Released Mon, Feb 21 2022 09:22 PM UTC+0000

Minor update to the v0.2.0 release.

The main delta with this release is the NewConsoleLoggerConfig()
function that returns a logger configuration for logging to stdout with
the logging level set to Info. This is the most common use case for the
logger. However, the return config can still be customized prior to
passing it to NewLogger() function if needed.

Changelog

  • d2f2bd0: feat: New helper function for building the logger config. (@Tuxdude)
  • 61b4042: refactor: Move exported types into a separate file. (@Tuxdude)

Thanks!

Those include all the new changes in the v0.2.1 release!

zzzlog v0.2.0

21 Feb 10:29
v0.2.0
Compare
Choose a tag to compare

Released Mon, Feb 21 2022 10:29 AM UTC+0000

Second release of zzzlog.

The primary difference in this version is the ability to configure the
logger.

The two configuration options right now supported are the logging
destination and the maximum logging level fields in the Config struct.

More configuration options will be added in the future.

Changelog

Thanks!

Those include all the new changes in the v0.2.0 release!

zzzlog v0.1.0

20 Feb 00:41
v0.1.0
Compare
Choose a tag to compare

Released Sun, Feb 20 2022 12:41 AM UTC+0000

First release of zzzlog.

This is the very first release of the logger implementation based on
zzzlogi level logging interface.

This release supports only stdout (aka console) logging and
automatically attempts to determine whether to use colors or not based
on if stdin is a pipe or not.

No customizations are supported at the moment, but expect to see some in
the future releases.

Changelog

Thanks!

Those include all the new changes in the v0.1.0 release!