Package ch.qos.logback.classic.turbo
Class MDCValueLevelPair
- java.lang.Object
-
- ch.qos.logback.classic.turbo.MDCValueLevelPair
-
public class MDCValueLevelPair extends java.lang.ObjectBean 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()java.lang.StringgetValue()voidsetLevel(Level level)voidsetValue(java.lang.String name)
-