For anyone who stumbles upon this in the future, here's how I have done it: First, you need an Appender created. import java.util.Dictionary;
import java.util.Hashtable;
import org.osgi.framework.BundleContext;
import org.osgi.framework.ServiceRegistration;
import org.osgi.service.component.annotat...