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.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 Level
getLevel()
Deprecated.java.lang.String
getValue()
Deprecated.void
setLevel(Level level)
Deprecated.void
setValue(java.lang.String name)
Deprecated.
-