<div dir="ltr"><div>It works.<br><br></div>Thanks<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 1 May 2013 22:21, ceki <span dir="ltr"><<a href="mailto:ceki@qos.ch" target="_blank">ceki@qos.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please try with the following logback.groovy script:<br>
<br>
import <a href="http://ch.qos.logback.classic.net" target="_blank">ch.qos.logback.classic.net</a>.<u></u>SocketAppender<br>
<br>
import static ch.qos.logback.classic.Level.<u></u>DEBUG<br>
<br>
appender("SOCKET", SocketAppender) {<br>
remoteHost = "localhost"<br>
port = 4321<br>
reconnectionDelay = 10000<br>
includeCallerData = true<br>
}<br>
<br>
root(DEBUG, ["SOCKET"])<br>
<br>
<br>
HTH,<div class="HOEnZb"><div class="h5"><br>
<br>
On 01.05.2013 22:16, fed wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
what is the right way to enable the use of the logback-beagle eclipse's<br>
plugin in a logback.groovy configuration file?<br>
<br>
I tried<br>
<br>
consolePlugin = true<br>
<br>
but it doesn't work.<br>
<br>
Thanks for the help.<br>
Best regards.<br>
<br>
<br>
</blockquote>
<br>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Ceki<br>
65% of statistics are made up on the spot<br>
______________________________<u></u>_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a><br>
</font></span></blockquote></div><br></div>