<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (logger.isDebugEnabled())<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logger.debug(&quot;LanguageMismatch -&nbsp;&nbsp;ptId: &quot; + $pd.participant.id + &quot;, Lang: &quot; + $ptLanguage + &quot;, staffId: &quot;&nbsp;&nbsp;+ $nd.staffId );
</blockquote><div><br>One thought would be to consider using Logback, which has a better api for this sort of thing.&nbsp; Something along the lines of:<br>logger.debug(&quot;LanguageMismatch - ptld: {}, Lang: {}, staffId: {}&quot;, $pd.participant.id, $ptLanuage, $nd.staffId);
<br><br>That buys you conditional logging without requiring the performance hit of assembling a string unless logging is enabled for the statement.<br></div><br>&nbsp; - Geoffrey<br></div>-- <br>Geoffrey Wiseman<br>