
7 Feb
2013
7 Feb
'13
11:29 p.m.
On Thu, Feb 7, 2013 at 1:11 PM, Brett Walker <brett.walker@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