[slf4j-dev] [Bug 103] jul-to-slf4j bridge does not handle resource bundles or parameters correctly

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Sep 23 22:10:13 CEST 2008


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





--- Comment #3 from Jarek Gawor <jgawor at gmail.com>  2008-09-23 22:10:12 ---
By parameters, I meant the substitution of {0}, {1}, etc. in the log message
with the parameters that are passed separately. Something like:

String [] params = new String [] {"John"};
java.util.Logger.log(Level.INFO, "hello {0}", params);


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list