Anybody know if the claims below have any merit? This is from a post on comp.lang.programmer.

Thanks,
Ray

-------- Original Message --------
Subject: Re: Logging Strategy/best practice
Date: Fri, 29 Jul 2005 10:06:24 +0300
From: A_Wieminer <[EMAIL PROTECTED]>
Organization: Elisa Internet customer
Newsgroups: comp.lang.java.programmer
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

3. Anything else I should consider?
Use the XML format for the properties file, not the .properties format.

FYI, Tomcat5.5.x uses a new JULI (java.util.logging.interface) logging
for web applications. It can use JDKLog, Log4j or other implementations.

I have read from tomcat site, that if you use Log4j as a logging
implementation you _must_ use .properties format. Its something to do
with how webapp-level logging is configured and xml format
incompatibilities. It is supposed to be fixed in later Log4j versions.

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

Reply via email to