classpathx-javamail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Classpathx-javamail] inetlib/javamail logging/debug changes


From: Chris Burdess
Subject: [Classpathx-javamail] inetlib/javamail logging/debug changes
Date: Wed, 8 Jun 2005 19:57:15 +0100
User-agent: Mutt/1.3.28i

Hi,

I have finally overhauled inetlib to get rid of the proprietary Logger
implementation and use java.util.logging exclusively. This is good news
for inetlib users, but slightly less good news for javamail users, since
javamail has a very simplistic view of logging which doesn't fit into
the model employed by java.util.logging.

For the moment therefore, I have made javamail use java.util.logging and
the Session.setDebugOut and Session.getDebugOut methods do nothing and
return null, respectively.

Is this going to cause problems? An alternative would be to use the
simplistic javamail xxxDebugOut model just for javamail (i.e. just the
output of the Session constructor), and java.util.logging for everything
else. What do people think? Any other ideas?
-- 
Chris Burdess




reply via email to

[Prev in Thread] Current Thread [Next in Thread]