Uses of Interface
org.apache.logging.log4j.core.layout.internal.ListChecker
Packages that use ListChecker
Package
Description
Log4j 2 Layout support.
-
Uses of ListChecker in org.apache.logging.log4j.core.layout
Fields in org.apache.logging.log4j.core.layout declared as ListCheckerModifier and TypeFieldDescriptionprivate final ListCheckerGelfLayout.FieldWriter.checkerprivate final ListCheckerRfc5424Layout.listCheckerMethods in org.apache.logging.log4j.core.layout that return ListCheckerModifier and TypeMethodDescriptionprivate ListCheckerGelfLayout.Builder.createChecker(String excludes, String includes) GelfLayout.FieldWriter.getChecker()Methods in org.apache.logging.log4j.core.layout with parameters of type ListCheckerModifier and TypeMethodDescriptionprivate voidRfc5424Layout.appendMap(String prefix, Map<String, String> map, StringBuilder sb, ListChecker checker) private voidRfc5424Layout.formatStructuredElement(String id, Rfc5424Layout.StructuredDataElement data, StringBuilder sb, ListChecker checker) Constructors in org.apache.logging.log4j.core.layout with parameters of type ListCheckerModifierConstructorDescription(package private)FieldWriter(ListChecker checker, String prefix) privateGelfLayout(Configuration config, String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace, boolean includeThreadContext, boolean includeMapMessage, boolean includeNullDelimiter, boolean includeNewLineDelimiter, boolean omitEmptyFields, ListChecker mdcChecker, ListChecker mapChecker, PatternLayout patternLayout, String mdcPrefix, String mapPrefix) -
Uses of ListChecker in org.apache.logging.log4j.core.layout.internal
Classes in org.apache.logging.log4j.core.layout.internal that implement ListCheckerModifier and TypeClassDescriptionclassExcludes the listed keys.classIncludes only the listed keys.static classDoes nothing.