Class ExtendedWhitespaceThrowablePatternConverter
java.lang.Object
org.apache.logging.log4j.core.pattern.AbstractPatternConverter
org.apache.logging.log4j.core.pattern.LogEventPatternConverter
org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
- All Implemented Interfaces:
org.apache.logging.log4j.core.pattern.PatternConverter
@Plugin(name="ExtendedWhitespaceThrowablePatternConverter",
category="Converter")
public final class ExtendedWhitespaceThrowablePatternConverter
extends org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
ThrowablePatternConverter
that adds some additional whitespace around the stack
trace.- Since:
- 1.3.0
- Author:
- Vladimir Tsanev, Phillip Webb
-
Field Summary
Fields inherited from class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
formatters, options
Fields inherited from class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
LOGGER
Fields inherited from interface org.apache.logging.log4j.core.pattern.PatternConverter
CATEGORY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
format
(org.apache.logging.log4j.core.LogEvent event, StringBuilder buffer) newInstance
(org.apache.logging.log4j.core.config.Configuration configuration, String[] options) Creates a new instance of the class.Methods inherited from class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
getOptions, getSuffix, handlesThrowable
Methods inherited from class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
format, isVariable
Methods inherited from class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
getName, getStyleClass
-
Method Details
-
format
- Overrides:
format
in classorg.apache.logging.log4j.core.pattern.ThrowablePatternConverter
-
newInstance
public static ExtendedWhitespaceThrowablePatternConverter newInstance(org.apache.logging.log4j.core.config.Configuration configuration, String[] options) Creates a new instance of the class. Required by Log4J2.- Parameters:
configuration
- current configurationoptions
- pattern options, may be null. If first element is "short", only the first line of the throwable will be formatted.- Returns:
- a new
WhitespaceThrowablePatternConverter
-