On Wed, 11 Dec 2002, Scott Sanders wrote:
> Date: Wed, 11 Dec 2002 09:58:12 -0800 > From: Scott Sanders <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Users List <[EMAIL PROTECTED]> > To: Jakarta Commons Users List <[EMAIL PROTECTED]> > Subject: RE: [Logging] Thread safety guaruntee of Log classes? > > Since commons-logging is just a wrapper to another logging > implementation (ie log4j, logkit, jdk14, etc), it is my belief that if > the underlying logger is thread safe, then commons-logging is also > thread safe. > For the standard wrappers that are provided, there are no thread safety issues -- all they do is pass the call on down to the actual logging implementation that you're using, with no local state information being saved. > IMHO, of course. > > Scott > Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
