Interface LabelPrinter

All Known Implementing Classes:
AggregateLabelPrinter, Literal, Log4jAdapterLabelPrinter, MDCLookup

public interface LabelPrinter
  • Method Details

    • append

      void append(org.apache.logging.log4j.core.LogEvent event, Consumer<CharSequence> appendable)
    • isStatic

      default boolean isStatic()
    • toStringWithoutEvent

      default String toStringWithoutEvent()