Ralph, Do you think that release 2.10 broke OSGI support? Maybe you can try it out if you have time.
It could be that the manifest has to be modified as described here: http://aries.apache.org/modules/spi-fly.html#specconf In that case i guess slf4j also needs to be changed. Rob On Wed, Feb 21, 2018 at 2:12 AM, Ralph Goers <[email protected]> wrote: > I implemented the bindings for SLF4J 1.8 and they are in 2.10.0 but I have > never tried it with OSGi. > > Ralph > > > On Feb 20, 2018, at 12:47 PM, Rob Gansevles <[email protected]> > wrote: > > > > Hi, > > > > I am trying to get Log4j 2.10 with slf4j 1.8 working in my eclipse plugin > > project. > > > > Slf4j 1.8 does not use the StaticLoggerBinder method anymore and it seems > > to me osgi was depending on that. > > It worked fine with Log4j 2.9 and slf4j 1.7 > > > > The error I get is the No-SLF4J-providers-were-found message. > > > > So my question is, Is this a supported combination in an OSGI > environment? > > > > Thanks, > > > > Rob > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
