All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Nothing yet
- Updated many dependencies, including slf4j to latest 1.7.36
- Updated slf4j dependency to latest 1.7.30
- Updated slf4j dependency to latest 1.7.29
- Updated slf4j dependency to latest 1.7.28
- Log messages can now be provided by a Supplier. E.g.:
logger.info().log(() -> "Log this")
- Updated slf4j version
- Missing marker usage by non location aware loggers
- Support to
Marker
- Support to structured logging libraries
- Calling class issue by using
LocationAwareLogger
Automatic-Module-Name
toMANIFEST.MF
- Javadoc
- API readability improvements
- Support to log every number of calls or every amount of time
- Performance improvements
- Possible concurrency issues
- Performance improvements
- First implementation