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
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
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.
[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