Class Activator



  • public class Activator
    extends Object
    OSGi bundle activator. Used for locating an implementation of LoggerContextFactory et al. that have corresponding META-INF/log4j-provider.properties files. As with all OSGi BundleActivator classes, this class is not for public use and is only useful in an OSGi framework environment.
    • Constructor Detail

      • Activator

        public Activator()
    • Method Detail

      • bundleChanged

        public void bundleChanged(BundleEvent event)