[logback-user] logback-beagle and logback.groovy configuration file, how to enable the use of the plugin?

fed resdev at gmail.com
Wed May 1 22:26:40 CEST 2013


It works.

Thanks


On 1 May 2013 22:21, ceki <ceki at qos.ch> wrote:

> Please try with the following logback.groovy script:
>
> import ch.qos.logback.classic.net.**SocketAppender
>
> import static ch.qos.logback.classic.Level.**DEBUG
>
> appender("SOCKET", SocketAppender) {
>   remoteHost = "localhost"
>   port = 4321
>   reconnectionDelay = 10000
>   includeCallerData = true
> }
>
> root(DEBUG, ["SOCKET"])
>
>
> HTH,
>
>
> On 01.05.2013 22:16, fed wrote:
>
>> Hi,
>>
>> what is the right way to enable the use of the logback-beagle eclipse's
>> plugin in a logback.groovy configuration file?
>>
>> I tried
>>
>> consolePlugin = true
>>
>> but it doesn't work.
>>
>> Thanks for the help.
>> Best regards.
>>
>>
>>
>
> --
> Ceki
> 65% of statistics are made up on the spot
> ______________________________**_________________
> Logback-user mailing list
> Logback-user at qos.ch
> http://mailman.qos.ch/mailman/**listinfo/logback-user<http://mailman.qos.ch/mailman/listinfo/logback-user>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20130501/58946e66/attachment.html>


More information about the Logback-user mailing list