/osgi.tutorial.logger

a simple slf4j wrapper in OSGi with factory configuration

Primary LanguageJava

OSGi logger implementation

Dmytro and I created this design originaly in maven-bnd for our internal project www.observato.net and happy to share it as we think it is useful to others.

This repository is a sample logger wrapper for slf4j api including loggback implementation. You should use this project as example how to:

  1. use config admin for factory setting

  2. wrap other non OSGi jars

  3. control logging level in runtime

  4. Bundle activator