Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-21 03:31
R0_5

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.
Tags: Minor bugfixes

2003-07-26 00:43
R0_4

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.
Tags: Major feature enhancements

2003-07-16 12:04
R0_3

A few bugs were fixed and support for Log4j and
the JDK 1.4 Logging system was added.
Tags: Major feature enhancements

2003-07-15 04:28
R0_2

Tags: Major feature enhancements

Project Resources