Klasse EmbeddedBundleActivator

java.lang.Object
org.apache.sling.commons.log.logback.internal.Activator
org.apache.sling.commons.log.logback.internal.embed.EmbeddedBundleActivator
Alle implementierten Schnittstellen:
org.osgi.framework.BundleActivator

public class EmbeddedBundleActivator extends org.apache.sling.commons.log.logback.internal.Activator
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    start(@NotNull org.osgi.framework.BundleContext context)
    Initializes custom logback configuration when this bundle is started

    Von Klasse geerbte Methoden org.apache.sling.commons.log.logback.internal.Activator

    stop

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • EmbeddedBundleActivator

      public EmbeddedBundleActivator()
  • Methodendetails

    • start

      public void start(@NotNull @NotNull org.osgi.framework.BundleContext context) throws Exception
      Beschreibung aus Klasse kopiert: org.apache.sling.commons.log.logback.internal.Activator
      Initializes custom logback configuration when this bundle is started
      Angegeben von:
      start in Schnittstelle org.osgi.framework.BundleActivator
      Setzt außer Kraft:
      start in Klasse org.apache.sling.commons.log.logback.internal.Activator
      Löst aus:
      Exception