Log bytecode enhancer: Will surround each logging statement with "isXXXEnabled()" call. So stop messing up your code with such non-productive code. Supports log4j, JDK logging, Apache CommonsLogging and SLF4J. Based on just4log, Ant Task included
Just4Log is basically a library to enhance dynamically the performance
of apache commonsLogging inside a java application. Dynamically because
the sourcecode in java is not modified but rather the optimization occurs on
the compiled ByteCode files.