Package pl.tkowalcz.tjahzi.log4j2.labels
Interface LabelPrinter
-
- All Known Implementing Classes:
AggregateLabelPrinter,Literal,Log4jAdapterLabelPrinter,MDCLookup
public interface LabelPrinter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidappend(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)default booleanisStatic()default StringtoStringWithoutEvent()
-
-
-
Method Detail
-
append
void append(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)
-
isStatic
default boolean isStatic()
-
toStringWithoutEvent
default String toStringWithoutEvent()
-
-