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.
- Allow empty log messages if you only want to create a log entry about a function being called.
- Dependency update:
- Android: Target API level 33 (Android 13)
- Dependency update:
- Stop building frameworks, they aren't published by default
- Added SLF4J
MDC
wrapper
- New library
log4k-slf4j
:SLF4JLogger
: Forwards log statements to SLF4J, which in turn allows to use [Logback])(https://logback.qos.ch) as a backend.
- Use
ConsoleLogger
by default
- Add method
Log.isDebugEnabled
identical to SLF4J'sLOG.isDebugEnabled()
. - Dependency update: