All notable changes to this project will be documented in this file. We follow the Semantic Versioning 2.0.0 format.
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.
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.
Updated documentation
Initial Release