Klasse ConfigAdminSupport

java.lang.Object
org.apache.sling.commons.log.logback.internal.config.ConfigAdminSupport

public class ConfigAdminSupport extends Object
Helper to handle registration of the configurable logging services
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    start(@NotNull org.osgi.framework.BundleContext context, @NotNull org.apache.sling.commons.log.logback.internal.LogConfigManager logConfigManager)
    Register the configurable logging services
    void
    Unregister the configurable logging services

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 context
      logConfigManager - the log config manager
    • stop

      public void stop()
      Unregister the configurable logging services