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)