Package pl.tkowalcz.tjahzi.log4j2.labels
Class MDCLookup
- java.lang.Object
-
- pl.tkowalcz.tjahzi.log4j2.labels.MDCLookup
-
- All Implemented Interfaces:
LabelPrinter
public class MDCLookup extends Object implements LabelPrinter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)static MDCLookupof(String variableName, String defaultValue)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.tkowalcz.tjahzi.log4j2.labels.LabelPrinter
isStatic, toStringWithoutEvent
-
-
-
-
Method Detail
-
append
public void append(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)- Specified by:
appendin interfaceLabelPrinter
-
-