Releases: PhilKes/slf4j-caller-info-maven-plugin
Releases · PhilKes/slf4j-caller-info-maven-plugin
v1.1.0
Maven plugin to inject caller-location-information to all SLF4J Logger log statement invocations (info(), etc.) in your compiled code.
Available through Maven Central Repo: slf4j-caller-info-maven-plugin
Changelog:
- Better classfile filtering with include-/exclude regex-patterns (
filters
parameter) - Possibility to inject caller-information for custom methods via regex-patterns (
injectedMethods
parameter)
v1.0.1
Maven plugin to inject caller-location-information to all SLF4J Logger log statement invocations (info(), etc.) in your compiled code.
Available through Maven Central Repo: slf4j-caller-info-maven-plugin
Changelog:
inject
phase is now idempotent- benchmarks for compilation time added
v1.0.0
Maven plugin to inject caller-location-information to all SLF4J Logger log statement invocations (info(), etc.) in your compiled code.
Available through Maven Central Repo: slf4j-caller-info-maven-plugin
Features:
inject
phase, injecting the caller-location information before allorg.slf4j.Logger
log statement invocations (4x faster than Log4j/Logback caller-location information pattern conversion)- Parameters to configure the logging format of the caller-information
- Parameters to filter the injection to specified regex patterns and log levels