[logback-user] commons-logging -> sl4j -> logback

David Harkness david.h at highgearmedia.com
Fri Feb 8 00:29:18 CET 2013


On Thu, Feb 7, 2013 at 1:11 PM, Brett Walker <brett.walker at geometryit.com>wrote:

> Log.debug("The object is {0}", object);


Are positional parameters a new feature in Logback? I just started using it
and all the examples I've see use empty braces with no way to reorder the
parameters via the message. In other words, I would expect to see this:

    Log.debug("The object is {}", object);

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20130207/b82be95d/attachment.html>


More information about the Logback-user mailing list