Hi, I'm playing with LogReaderService [1] with the goal of intercepting and selectively persisting some log messages, ideally without changing existing components.
Before I dig too deep: am I right that our OSGi LogService and slf4j logging are two separate things, with no connection between them? I thought we had a bridge between them, but at first sight it doesn't seem like it: my LogListener only gets messages sent directly to the LogService, and nothing that's sent using slf4j interfaces. -Bertrand [1] http://www.osgi.org/javadoc/r4v42/org/osgi/service/log/LogReaderService.html
