Uses of Class
org.apache.logging.log4j.core.layout.PatternLayout
-
Packages that use PatternLayout Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of PatternLayout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return PatternLayout Modifier and Type Method Description PatternLayout
PatternLayout.Builder. build()
static PatternLayout
PatternLayout. createDefaultLayout()
Creates a PatternLayout using the default options.static PatternLayout
PatternLayout. createDefaultLayout(Configuration configuration)
Creates a PatternLayout using the default options and the given configuration.static PatternLayout
PatternLayout. createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern)
Deprecated.UsenewBuilder()
instead.
-