Class WhitespaceThrowablePatternConverter
java.lang.Object
org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
@Plugin(name="WhitespaceThrowablePatternConverter",
category="Converter")
public final class WhitespaceThrowablePatternConverter
extends Object
ThrowablePatternConverter that adds some additional whitespace around the stack
trace.- Since:
- 1.3.0
- Author:
- Vladimir Tsanev
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogEventPatternConverternewInstance(Configuration configuration, String @Nullable [] options)
-
Method Details
-
newInstance
public static LogEventPatternConverter newInstance(Configuration configuration, String @Nullable [] options)
-