Activating an OSGI LogListener before other services?
问题 I am writing a OSGI-based desktop application, using Apache Felix, Declarative Services and Maven. It's going to use JavaFX, so I'm using Drombler FX too. In the bundles I develop, I'd like to use an appropriate logging mechanism, and I'm currently trying to make Apache Felix Log work. I have no problem getting a LogService but this is not sufficient to make output appear on the console. The word on the net is that Everit's osgi-loglistener-slf4j will do the job and – sure enough – after osgi