On Friday 04 January 2008 23:31, Damian Gołda wrote: > 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?
I think this is a mistake. I suspect adding it for testing, thinking addind the rest of no problems showed up... I can't see why we shouldn't add it for the others. Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
