Unable to make logback work with karaf 3.0.4
问题 I am attempting to make karaf 3.0.4 use logback. In the code i attempt to programatically create a FileAppender for a logback logger. ch.qos.logback.classic.Logger logger = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger("bingo"); Here the LoggerFactor is SLF4J LoggerFactory. I have not posted the code which adds the file appender. This throws the following exception in karaf: Caused by: java.lang.ClassCastException: org.ops4j.pax.logging.slf4j.Slf4jLogger cannot be cast to ch.qos