Package ch.qos.logback.classic.turbo
Class MDCValueLevelPair
- java.lang.Object
-
- ch.qos.logback.classic.turbo.MDCValueLevelPair
-
@Deprecated(since="2022-01-27") public class MDCValueLevelPair extends java.lang.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service.Bean pairing an MDC value with a log level.
-
-
Constructor Summary
Constructors Constructor Description MDCValueLevelPair()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LevelgetLevel()Deprecated.java.lang.StringgetValue()Deprecated.voidsetLevel(Level level)Deprecated.voidsetValue(java.lang.String name)Deprecated.
-