qos-ch / reload4j

reload4j is a drop-in replacement for log4j 1.2.17
Apache License 2.0
148 stars 22 forks source link

Enables buddy class loading #73

Open simonzn opened 5 months ago

simonzn commented 5 months ago

Adds the buddy policy 'registered' to the manifest so that custom appenders provided by OSGi bundles can be loaded via buddy class loading.

The providing bundle must define a corresponding Eclipse-RegisterBuddy header.

Closes #72