http://bugzilla.slf4j.org/show_bug.cgi?id=173





--- Comment #7 from Thorsten <[email protected]>  2010-03-23 16:45:07 
---
Thanks for pointing out the problem of creating a different logger for all the
tags with the same first 23 chars. I agree with you to do the check in the
factory rather than at instantiation time of a logger. However, the patch you
submitted has the famous double checked locking problem [1]: internalLogger is
a static singleton variable. I have modified (and simplified) your patch and
will push it to the SLf4J Android branch soon.


[1] http://www.ibm.com/developerworks/java/library/j-dcl.html


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to