On Thu, Feb 7, 2013 at 1:11 PM, Brett Walker <[email protected]>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
_______________________________________________
Logback-user mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-user