Klasse ConfigAdminSupport
java.lang.Object
org.apache.sling.commons.log.logback.internal.config.ConfigAdminSupport
Helper to handle registration of the configurable
logging services
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ConfigAdminSupport
public ConfigAdminSupport()
-
-
Methodendetails
-
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- Parameter:
context
- the bundle contextlogConfigManager
- the log config manager
-
stop
public void stop()Unregister the configurable logging services
-