Issue Type: Bug Bug
Affects Versions: 1.1.1
Assignee: Logback dev list
Components: logback-classic
Created: 05/Feb/15 10:33 PM
Description:

It is currently impossible to use the receiver within the groovy configuration, even though it is coded (although it is undocumented). The following groovy will cause the issue:

receiver("SOCKET_RECEIVER", ch.qos.logback.classic.net.server.ServerSocketReceiver)

{ port = 4560 }

Digging into the code, there is a typo in the addInfo call in ch.qos.logback.classic.gaffer.ConfigurationDelegate#receiver. It's referencing clazz.name, when it should be referencing aClass.name.

Project: logback
Labels: groovy receiver
Priority: Minor Minor
Reporter: John Crygier
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to