org.slf4j.instrumentation.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slf4j-ext Show documentation
Show all versions of slf4j-ext Show documentation
Extensions to the SLF4J API
Java instrumentation routines for SLF4J.
Byte code instrumentation is a way to change behaviour of java
classes at load time. This is done in-between the original byte
codes are retrieved and the class object is constructed by the class
loader. Currently this depends on the javassist library from JBoss
(which in turn uses it extensively in their application server).