DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9592>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9592

Logger.getLogger(String, LoggerFactory) caching bug





------- Additional Comments From [EMAIL PROTECTED]  2002-06-03 22:46 -------
Simplified description:

Logger.getLogger(String,LoggerFactory) caches incorrectly.  If class A calls 
this with 'foo' as the String param (and it's the first time the method's been 
called with 'foo'), the Logger instance for class A is cached.  When class B 
makes the call with 'foo' string value, class A's logger instance is returned.

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

Reply via email to