Package org.ops4j.pax.logging.internal
Class Activator
- java.lang.Object
-
- org.ops4j.pax.logging.internal.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Field Summary
Fields Modifier and Type Field Description static List<PaxLoggingManagerAwareLogger>m_loggersThis list will keep facade-specific loggers beforePaxLoggingManagerbecomes available.
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.osgi.framework.BundleContext bundleContext)voidstop(org.osgi.framework.BundleContext bundleContext)
-
-
-
Field Detail
-
m_loggers
public static final List<PaxLoggingManagerAwareLogger> m_loggers
This list will keep facade-specific loggers beforePaxLoggingManagerbecomes available. Access to this list should be synchronized.
-
-