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





--- Comment #3 from Jarek Gawor <[EMAIL PROTECTED]>  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.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to