Just4Log is a library to dynamically enhance the performance of various Java logging systems inside a Java application. The source code in Java is not modified, but the optimization occurs on the compiled bytecode files. It optimizes bytecode from Log4j, Apache Commons, and JDK 1.4 java.util.logging. It can also automatically add "enter" and "exit" logs at every exit and entry point of methods. An Ant task offers integration in Ant scripts.
| Tags | Software Development Compilers Build Tools Libraries Java Libraries |
|---|---|
| Licenses | Apache |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: The exit and enter statments have been improved (faster bytecode). The logs of the Ant task have been changed so that it doesn't print too much. Moved to verbose level.


Release Notes: This release supports Log4j and JDK 1.4 logging in addition to Apache commons, automatically adds a Log statement to entry and exit points of every method (you can disable this), and deals with subclassed loggers. It has undergone a lot of refactoring.


Release Notes: A few bugs were fixed and support for Log4j and the JDK 1.4 Logging system was added.


No changes have been submitted for this release.