All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.slf4j.instrumentation.package.html Maven / Gradle / Ivy

There is a newer version: 3.0.0.Alpha1
Show newest version









Java instrumentation routines for SLF4J.

Byte code instrumentation is an 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).





© 2015 - 2024 Weber Informatics LLC | Privacy Policy