Issue Type: Bug Bug
Affects Versions: 1.1.2
Assignee: Logback dev list
Components: logback-classic
Created: 21/Aug/14 11:33 AM
Description:

When you see ConfigurationDelegate.groovy's 136 line,

      AppenderDelegate ad = clazz.name == 'ch.qos.logback.classic.AsyncAppender' ? new AsyncAppenderDelegate(appender, appenderList) : new AppenderDelegate(appender);

this line check the class is AsyncAppender.
But there is another async appender like reactor-logback's AsyncAppdener.

So this linke should changed to check if the class implements ch.qos.logback.core.spi.AppenderAttachable.

Because of this, we cannot use reactor-logback with groovy configuration.

Project: logback
Labels: groovy
Priority: Major Major
Reporter: KwonNam Son
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