Package ch.qos.logback.classic.turbo
Class MDCValueLevelPair
- java.lang.Object
-
- ch.qos.logback.classic.turbo.MDCValueLevelPair
-
public class MDCValueLevelPair extends Object
Bean pairing an MDC value with a log level.
-
-
Constructor Summary
Constructors Constructor Description MDCValueLevelPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LevelgetLevel()StringgetValue()voidsetLevel(Level level)voidsetValue(String name)
-