I have application with lot of 3rd party libraries using slf4j and log4j api.
I' d like to use LogReaderService and intercept logs and then analyze them.
But unfortunately it doesn't work.
I found that PaxLoggerImpl (used by
org.ops4j.pax.logging.slf4j.Slf4jLogger) calls
m_service.handleEvents(m_bundle, null, LogService.LOG_DEBUG,
message, t );
only in trace method. And of course I need it in debug and info...
This call to handleEvents was added in revision 9121:
http://scm.ops4j.org/changelog/OPS4J?cs=9121
Is it any reason why other method doesn't have event propagation?
--
Damian
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general