Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Ausfahrt und geben Statements wurden verbessert (schneller Bytecode). Die Protokolle der Ant-Task wurden geändert, so dass der Druckvorgang nicht zu viel. Wurde auf Stufe verbose.
Tags: Minor bugfixes
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.

2003-07-26 00:43
R0_4

Diese Version unterstützt Log4j und JDK 1.4 Logging neben Apache commons, fügt automatisch ein Log-Anweisung, um Ein-und Ausgänge der einzelnen Verfahren (Sie können dies), und befasst sich mit Unterklasse Logger zu deaktivieren. Es hat eine Menge von Refactoring unterzogen.
Tags: Major feature enhancements
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.

2003-07-16 12:04
R0_3

Ein paar Bugs wurden gefixt und Unterstützung für Log4j und das JDK 1.4 Logging-System wurde hinzugefügt.
Tags: Major feature enhancements
A few bugs were fixed and support for Log4j and
the JDK 1.4 Logging system was added.

2003-07-15 04:28
R0_2

Tags: Major feature enhancements

Project Resources