Robert Engels wrote:
1.5 has built in Logging support - eliminating the need for Jakarta logging.

Logging was first added in Java 1.4.

That is like saying Jarkarta Collections does not use JDK 1.5. No one that
develops NEW software uses Jakarta Collections - they use the Collections
support in the JDK.

But lots of folks do use log4j in favor of Java's built-in logging. Commons Logging permits one to code to a generic logging API and let the application configuration determine whether that's Java's logging, log4j or something else.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to