Uses of Class
org.apache.logging.log4j.core.layout.PatternLayout
Packages that use PatternLayout
-
Uses of PatternLayout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return PatternLayoutModifier and TypeMethodDescriptionPatternLayout.Builder.build()static PatternLayoutPatternLayout.createDefaultLayout()Creates a PatternLayout using the default options.static PatternLayoutPatternLayout.createDefaultLayout(Configuration configuration) Creates a PatternLayout using the default options and the given configuration.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.
newBuilder()instead.