<html><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body><p style="margin: 0px 5px 0px 0px;">Thanks - that did it.</p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none">I thought the format string was a standard java format string.</span></p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none">Kind regards,</span></span></p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;text-decoration:none">Arne</span></span></span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;">-----Original-Nachricht-----</p>
<p style="margin: 0px 5px 0px 0px;">Betreff: Re: [logback-user] Trouble with varargs output</p>
<p style="margin: 0px 5px 0px 0px;">Datum: Thu, 04 Jun 2015 02:48:29 +0200</p>
<p style="margin: 0px 5px 0px 0px;">Von: Robert Kuhar <robertkuhar@gmail.com></p>
<p style="margin: 0px 5px 0px 0px;">An: logback users list <logback-user@qos.ch></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<div style="position: relative; color: #000000; font: 12px Arial,Helvetica,sans-serif;">
<p dir="ltr" style="margin: 0px 5px 0px 0px;">Isn't it supposed to be</p>
<p dir="ltr" style="margin: 0px 5px 0px 0px;">logger.debug("{} {} {}", "a", 1, 2);</p>
<div class="gmail_quote">On Jun 3, 2015 5:45 PM, "<a href="mailto:Arne.Adams@t-online.de">Arne.Adams@t-online.de</a>" <<a href="mailto:Arne.Adams@t-online.de">Arne.Adams@t-online.de</a>> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">
<div>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">Hi all,<br /></span></p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">I am trying to use logback 1.1.3 with slf4j 1.7.12.</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">This is my log statement:</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">logger.debug("%s %d, %d", "a", 1, 2);</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">The logger is a static constant:</span></p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">private static final Logger logger = LoggerFactory.getLogger(TTSGrammarTest.class);</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">The output of the log statement is:</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">02:35:16.415 [main] DEBUG test.TTSGrammarTest - %s %d, %d<br /></span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">Apparently, the format string and the supplied parameters are not evaluated correctly.</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">I don't have any logging configuration - the program is run under eclipse.</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">Thanks in advance for any help,</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000; text-decoration: none;">Arne</span></p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"> </p>
<p style="margin: 0px 5px 0px 0px;"> </p>
</div>
<br />_______________________________________________<br /> Logback-user mailing list<br /> <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br /> <a href="http://mailman.qos.ch/mailman/listinfo/logback-user">http://mailman.qos.ch/mailman/listinfo/logback-user</a></blockquote>
</div>
</div></body></html>