Class EmbeddedBundleActivator
java.lang.Object
org.apache.sling.commons.log.logback.internal.Activator
org.apache.sling.commons.log.logback.internal.embed.EmbeddedBundleActivator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class EmbeddedBundleActivator
extends org.apache.sling.commons.log.logback.internal.Activator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(@NotNull org.osgi.framework.BundleContext context) Initializes custom logback configuration when this bundle is startedMethods inherited from class org.apache.sling.commons.log.logback.internal.Activator
stop
-
Constructor Details
-
EmbeddedBundleActivator
public EmbeddedBundleActivator()
-
-
Method Details
-
start
Description copied from class:org.apache.sling.commons.log.logback.internal.ActivatorInitializes custom logback configuration when this bundle is started- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Overrides:
startin classorg.apache.sling.commons.log.logback.internal.Activator- Throws:
Exception
-