Package pl.tkowalcz.tjahzi.log4j2.labels
Class AggregateLabelPrinter
- java.lang.Object
-
- pl.tkowalcz.tjahzi.log4j2.labels.AggregateLabelPrinter
-
- All Implemented Interfaces:
LabelPrinter
public class AggregateLabelPrinter extends Object implements LabelPrinter
-
-
Constructor Summary
Constructors Constructor Description AggregateLabelPrinter(LabelPrinter... nodes)
-
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 LabelPrinterof(List<LabelPrinter> result)-
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
-
-
-
-
Constructor Detail
-
AggregateLabelPrinter
public AggregateLabelPrinter(LabelPrinter... nodes)
-
-
Method Detail
-
of
public static LabelPrinter of(List<LabelPrinter> result)
-
append
public void append(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)- Specified by:
appendin interfaceLabelPrinter
-
-