<div dir="ltr"><div class="gmail_extra">On Thu, Feb 7, 2013 at 1:11 PM, Brett Walker <span dir="ltr"><<a href="mailto:brett.walker@geometryit.com" target="_blank">brett.walker@geometryit.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Log.debug("The object is {0}", object);</blockquote>
</div><br>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:</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">    <span style="font-family:arial,sans-serif;font-size:12.666666984558105px">Log.debug("The object is {}", object);</span></div><div class="gmail_extra">
<span style="font-family:arial,sans-serif;font-size:12.666666984558105px"><br></span></div><div class="gmail_extra" style><span style="font-family:arial,sans-serif;font-size:12.666666984558105px">David</span></div><div class="gmail_extra" style>
<span style="font-family:arial,sans-serif;font-size:12.666666984558105px"><br></span></div></div>