Class MDCValueLevelPair

java.lang.Object
ch.qos.logback.classic.turbo.MDCValueLevelPair

@Deprecated(since="2022-01-27") public class MDCValueLevelPair extends Object
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Bean pairing an MDC value with a log level.
  • Constructor Details

    • MDCValueLevelPair

      public MDCValueLevelPair()
      Deprecated.
  • Method Details

    • getValue

      public String getValue()
      Deprecated.
    • setValue

      public void setValue(String name)
      Deprecated.
    • getLevel

      public Level getLevel()
      Deprecated.
    • setLevel

      public void setLevel(Level level)
      Deprecated.