Re: [slf4j-dev] svn commit: r461 - slf4j/trunk/src/java/org/slf4j/impl

2005-12-22 Thread Ceki Gülcü
At 10:00 AM 12/21/2005, Cédrik LIME wrote: There are a couple of annoying glitches with said code though: 1. unless I am abused, parsing stops at the first 'invalid DELIM_START/DELIM_STOP pair', i.e. "{blah} {}" or "{\\}". Shouldn't we continue parsing in search of a good delimiter pair? I

Re: [slf4j-dev] svn commit: r461 - slf4j/trunk/src/java/org/slf4j/impl

2005-12-21 Thread Cédrik LIME
Selon Christian Stein <[EMAIL PROTECTED]>: > > - Format methods taking 1 or 2 arguments now delegate to the format method > > that takes in an array argument. This results in smaller code. > > ...but in creation of an Object[], if you only need the 1 or 2 arg variant > and therefore in slight

Re: [slf4j-dev] svn commit: r461 - slf4j/trunk/src/java/org/slf4j/impl

2005-12-21 Thread Ceki Gülcü
At 08:57 AM 12/21/2005, Christian Stein wrote: [EMAIL PROTECTED] wrote: Author: ceki Date: Tue Dec 20 20:10:43 2005 New Revision: 461 Modified: slf4j/trunk/src/java/org/slf4j/impl/MessageFormatter.java Log: - Added support for arguments passed in an array Nice! Finally! Juchu! (: Thanks.

Re: [slf4j-dev] svn commit: r461 - slf4j/trunk/src/java/org/slf4j/impl

2005-12-20 Thread Christian Stein
[EMAIL PROTECTED] wrote: Author: ceki Date: Tue Dec 20 20:10:43 2005 New Revision: 461 Modified: slf4j/trunk/src/java/org/slf4j/impl/MessageFormatter.java Log: - Added support for arguments passed in an array Nice! Finally! Juchu! (: - Format methods taking 1 or 2 arguments now delegate t