[slf4j-dev] [Bug 173] slf4j android: Android throws an IllegalArgumentException when Log Tag length exceeds 23 characters

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Mar 23 17:19:21 CET 2010


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





--- Comment #9 from Thorsten <thorsten.Moeller at unibas.ch>  2010-03-23 17:19:20 ---
Lucky you. Yes, you are right. Sorry, was a bit too fast. The problem cannot
occur since a) the static code is invoked within instance code, b) and nowhere
else, c) there exist only one instance of AndroidLoggerFactory at runtime, and
d) is inside a synchronized block. As soon as there could be more than one
instance of AndroidLoggerFactory, for instance, the problem could occur even
with the synchronized block.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list