
http://bugzilla.slf4j.org/show_bug.cgi?id=184 Joern Huxhorn <joern@huxhorn.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joern@huxhorn.de --- Comment #2 from Joern Huxhorn <joern@huxhorn.de> 2010-07-16 18:16:35 --- There was a similar bug report for Logback: http://jira.qos.ch/browse/LBGENERAL-36 The solution involves counting of placeholders before transforming the Object[] into String[], i.e. handling an Object[] as argument similar to Object[0][] for a message with only one placeholder. See http://github.com/huxi/lilith/blob/master/lilith-data/logging/src/main/java/... This should really be fixed if we ever add varargs support to SLF4J... -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.