HomeAPIGuideSF Project Home

JAPI Guide: Logging

JAPI Logging

JAPI comes with a Logging API on its own.

Why yet another Logging API?

During the development of Gridarta, we merged two programs, one was using Log4J, the other was using java.util.logging for Logging. Both Logging APIs have its strengths and its weaknesses. Yet none of them fulfilled my personal demands for an easy logging API:

When speaking of Easy to use, I mean that the interface should be clean, no matter what kind of logging I perform. I derive the following requirements from Easy to use:

To fulfill more demands of other developers, I also added the following requirements to the list:

Further notes on this Logging API

I do not claim that this Logging API is the best of all. I do not even claim that this Logging API is better than Log4J or java.util.logging in general. I only claim that for my personal demands and my personal way of using Logging in Java, my Logging API fits better than those that I know. But of course I would be glad if others find my Logging API just as useful as I do.

SourceForge.net LogoSupport This ProjectValid HTML 4.01!Valid CSS! Feedback: webmaster
$Date: 2006-04-03 23:00:14 +0200 (Mon, 03 Apr 2006) $