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


Martin Ždila <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Martin Ždila <[email protected]>  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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to