Skip to content

Releases: edoger/zkits-logger

Version 1.4.1

14 Apr 13:19
Compare
Choose a tag to compare
  • Clean up duplicate functions AllLevels() [From v1.3.3], GetAllLevels() [From v1.1.0].
  • Some performance optimizations.

Version 1.4.0

10 Apr 10:34
Compare
Choose a tag to compare
  • Add a text formatter.
  • Add a json formatter.
  • Supports customizing the field names of the top-level objects of json logs.
  • Show the logger name to the internal error message header.

Version 1.3.3

07 Feb 09:09
Compare
Choose a tag to compare
  • Make sure that the write log data is not empty.
  • Add AllLevels() function to get all supported log levels. Remove from v1.4.1
  • Add log output interceptor support.

Version 1.3.2

31 Dec 07:35
Compare
Choose a tag to compare
  • Add Entity.TimeString(): Gets the log time string formatted with the default time format.

Version 1.3.1

29 Dec 02:22
Compare
Choose a tag to compare
  • Enhance the reusability of the caller reporter.
  • Remove Log.WithoutCaller
  • Enhance the customizability of Log.WithCaller.

Version 1.3.0

28 Dec 16:34
Compare
Choose a tag to compare
  • Extends the string format of the log level.
  • By default, empty log fileds is not output.
  • Log caller support.
  • Modify the internal function call stack depth of the logger.

Version 1.2.0

23 Dec 12:26
Compare
Choose a tag to compare
  • Use exit code 1 when calling exit function.
  • Add level output writer support.

Version 1.1.1

16 Nov 02:57
9a1c986
Compare
Choose a tag to compare
  • Support to change the default time format when using the default formatter.

Version 1.1.0

11 Nov 02:30
Compare
Choose a tag to compare
  • Added log formatter support.
  • Adjust the setting items of the logger.

First Release

08 Apr 09:04
Compare
Choose a tag to compare

(〃'▽'〃) All expected features are implemented.