Package pl.tkowalcz.tjahzi.log4j2.labels
Class Log4jAdapterLabelPrinter
java.lang.Object
pl.tkowalcz.tjahzi.log4j2.labels.Log4jAdapterLabelPrinter
- All Implemented Interfaces:
LabelPrinter
-
Constructor Summary
ConstructorsConstructorDescriptionLog4jAdapterLabelPrinter(List<org.apache.logging.log4j.core.pattern.PatternFormatter> formatters) -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable) booleanisStatic()static Log4jAdapterLabelPrinterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.tkowalcz.tjahzi.log4j2.labels.LabelPrinter
toStringWithoutEvent
-
Constructor Details
-
Log4jAdapterLabelPrinter
public Log4jAdapterLabelPrinter(List<org.apache.logging.log4j.core.pattern.PatternFormatter> formatters)
-
-
Method Details
-
append
- Specified by:
appendin interfaceLabelPrinter
-
isStatic
public boolean isStatic()- Specified by:
isStaticin interfaceLabelPrinter
-
of
public static Log4jAdapterLabelPrinter of(List<org.apache.logging.log4j.core.pattern.PatternFormatter> parse)
-