Skip to content

Releases: PhilKes/slf4j-caller-info-maven-plugin

v1.1.0

27 Sep 17:29
Compare
Choose a tag to compare

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

24 Sep 09:18
Compare
Choose a tag to compare

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

05 Feb 14:51
Compare
Choose a tag to compare

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 all org.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