Junior,

Make sure that the Beagle-plugin is installed in Eclipse.

My logback-test.xml file "only contains" this:

<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="true">  
        <consolePlugin />
        <root level="TRACE"/>
</configuration>

Larry 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of Junior
Sent: Tuesday, December 11, 2012 6:22 AM
To: [email protected]
Subject: [logback-user] can not populate the beagle view

Hello all,

i am quite new to logging. I find beagle cool and i want to use it. I have done 
what i found on the home page (i.e adding the tag <consolePlugin/>). But i can 
not populate the beagle view. I tried the following :
<appender name="SOCKET" class="ch.qos.logback.classic.net.SocketAppender">
 <port>4321</port>
 <remoteHost>localHost</remoteHost>
 <reconnectionDelay>10000</reconnectionDelay>
 <includeCallerData>true</includeCallerData>
</appender>
<root level="DEBUG">
  <appender-ref ref="SOCKET"/>
</root>
This also don't work. Can someone give me an hint Thanks so much Junior

_______________________________________________
Logback-user mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-user
_______________________________________________
Logback-user mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-user

Reply via email to