Proper way to include log4j in an Eclipse 4 (RCP/SWT/OSGi) application

后端 未结 3 1693
走了就别回头了
走了就别回头了 2021-01-28 16:53

This is a follow-up (somehow of my Third-party dependencies to an OSGi application) where it was suggested that some libraries e.g. log4j are already available as bundl

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-28 17:15

    I suggest take a look at Pax-Logging this will give you all kinds of logging frameworks for usage in a OSGi environment. And you're able to use an external configuration file (no extender needed) to configure your logging.

提交回复
热议问题