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 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 Summary
Constructors Constructor Description MDCValueLevelPair()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LevelgetLevel()Deprecated.StringgetValue()Deprecated.voidsetLevel(Level level)Deprecated.voidsetValue(String name)Deprecated.
-