Projects / Just4Log

Just4Log

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
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  20 Oct 2003 18:31

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.

  •  25 Jul 2003 15:43

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.

  •  16 Jul 2003 03:04

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

  •  14 Jul 2003 19:28

No changes have been submitted for this release.

Screenshot

Project Spotlight

Untangle

A Linux-based network gateway.

Screenshot

Project Spotlight

safe-rm

A wrapper around the rm command to prevent accidental deletions.