Which way is faster:<div><div><br></div><div>1.</div><div>log { source(s_localhost); message(&quot;example1&quot;); destination(d_file1); flags(final);</div><div>                    log {message(&quot;example2&quot;); destination(d_file2); };</div>

<div>};</div><div><br></div><div>OR</div><div><br></div><div>2.</div><div>log { source(s_localhost); message(&quot;example1&quot;); destination(d_file1); flags(final);};</div><div>log { source(s_localhost); message(&quot;example2&quot;); destination(d_file2); flags(final);};</div>

</div><div><br></div><div><br clear="all"><div><br></div>-- <br>Best regards,<br>Koldaev Anton<br>
</div>