Class WhitespaceThrowablePatternConverter
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.WhitespaceThrowablePatternConverter
- All Implemented Interfaces:
 org.apache.logging.log4j.core.pattern.PatternConverter
@Plugin(name="WhitespaceThrowablePatternConverter",
        category="Converter")
public final class WhitespaceThrowablePatternConverter
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
 
- 
Field Summary
Fields inherited from class org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
formatters, optionsFields inherited from class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
LOGGERFields inherited from interface org.apache.logging.log4j.core.pattern.PatternConverter
CATEGORY - 
Method Summary
Modifier and TypeMethodDescriptionvoidformat(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, handlesThrowableMethods inherited from class org.apache.logging.log4j.core.pattern.LogEventPatternConverter
emptyVariableOutput, format, isVariableMethods inherited from class org.apache.logging.log4j.core.pattern.AbstractPatternConverter
getName, getStyleClass 
- 
Method Details
- 
format
- Overrides:
 formatin classorg.apache.logging.log4j.core.pattern.ThrowablePatternConverter
 - 
newInstance
public static WhitespaceThrowablePatternConverter 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 
 
 -