Class ConfigAdminSupport
java.lang.Object
org.apache.sling.commons.log.logback.internal.config.ConfigAdminSupport
Helper to handle registration of the configurable
logging services
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigAdminSupport
public ConfigAdminSupport()
-
-
Method Details
-
start
public void start(@NotNull @NotNull org.osgi.framework.BundleContext context, @NotNull @NotNull org.apache.sling.commons.log.logback.internal.LogConfigManager logConfigManager) Register the configurable logging services- Parameters:
context- the bundle contextlogConfigManager- the log config manager
-
stop
public void stop()Unregister the configurable logging services
-