Klasse DefaultConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.apache.sling.commons.log.logback.spi.DefaultConfigurator
Alle implementierten Schnittstellen:
ch.qos.logback.classic.spi.Configurator, ch.qos.logback.core.spi.ContextAware

public class DefaultConfigurator extends ch.qos.logback.core.spi.ContextAwareBase implements ch.qos.logback.classic.spi.Configurator
Implementation to block the original logback configuration handling
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen ch.qos.logback.classic.spi.Configurator

    ch.qos.logback.classic.spi.Configurator.ExecutionStatus
  • Feldübersicht

    Von Klasse geerbte Felder ch.qos.logback.core.spi.ContextAwareBase

    context
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    @NotNull ch.qos.logback.classic.spi.Configurator.ExecutionStatus
    configure(@NotNull ch.qos.logback.classic.LoggerContext context)
    Callback to configure the logger context
    protected @NotNull URL
    Return the URL for the configuration resource

    Von Klasse geerbte Methoden ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden ch.qos.logback.core.spi.ContextAware

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
  • Konstruktordetails

    • DefaultConfigurator

      public DefaultConfigurator()
  • Methodendetails

    • configure

      @NotNull public @NotNull ch.qos.logback.classic.spi.Configurator.ExecutionStatus configure(@NotNull @NotNull ch.qos.logback.classic.LoggerContext context)
      Callback to configure the logger context
      Angegeben von:
      configure in Schnittstelle ch.qos.logback.classic.spi.Configurator
      Parameter:
      context - the logger context to configure
    • getConfigResource

      @NotNull protected @NotNull URL getConfigResource()
      Return the URL for the configuration resource
      Gibt zurück:
      the URL of the configuration resource