Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 909 Bytes

File metadata and controls

26 lines (18 loc) · 909 Bytes

All notable changes to this project will be documented in this file. We follow the Semantic Versioning 2.0.0 format.

v1.2.0 2026-07-01

Added WithLevelString() and WithTimestampFormat() to LoggerBuilder for configuring log level from a string and customizing timestamp output. GetLevelByName() now trims whitespace from level names before matching.

v1.1.0 2025-04-11

Added support for a LevelFunc that can be used for customizing the source of log level values. This is useful for applications that need to set the log level from an alternate source, such as a configuration module (ex: koanf, viper), configuration file, command line argument or AWS Parameter Store.

v1.0.1 2024-10-24

Updated documentation

v1.0.0 2024-10-22

Initial Release