Class LogTransformer

java.lang.Object
org.slf4j.instrumentation.LogTransformer
All Implemented Interfaces:
ClassFileTransformer

public class LogTransformer extends Object implements ClassFileTransformer

LogTransformer does the work of analyzing each class, and if appropriate add log statements to each method to allow logging entry/exit.

This class is based on the article Add Logging at Class Load Time with Java Instrumentation.