
http://bugzilla.slf4j.org/show_bug.cgi?id=184 Martin Ždila <m.zdila@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.zdila@gmail.com --- Comment #1 from Martin Ždila <m.zdila@gmail.com> 2010-07-16 15:30:11 --- I am giving a small vote for this bug, but there is better "workaround": log.debug(".... {}", new Object[] { myArray }); This "workaround" will also work for multiple substitutions: log.debug(".... {} {} {}", new Object[] { "something", myArray, 4 }); -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.