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.
- Author:
- Raplh Goers, Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDCValueLevelPair
public MDCValueLevelPair()
getValue
public String getValue()
setValue
public void setValue(String name)
getLevel
public Level getLevel()
setLevel
public void setLevel(Level level)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.