Package | Description |
---|---|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
Modifier and Type | Method and Description |
---|---|
TextRenderer |
ThrowableFormatOptions.getTextRenderer()
Returns the message rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
ThrowableProxy.formatExtendedStackTraceTo(StringBuilder sb,
List<String> ignorePackages,
TextRenderer textRenderer,
String suffix,
String lineSeparator)
Formats the stack trace including packaging information.
|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
List<String> ignorePackages,
TextRenderer textRenderer,
String suffix)
Formats the specified Throwable.
|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
List<String> ignorePackages,
TextRenderer textRenderer,
String suffix,
String lineSeparator)
Formats the specified Throwable.
|
String |
ThrowableProxy.getCauseStackTraceAsString(List<String> ignorePackages,
TextRenderer textRenderer,
String suffix)
Formats the Throwable that is the cause of this Throwable.
|
String |
ThrowableProxy.getCauseStackTraceAsString(List<String> ignorePackages,
TextRenderer textRenderer,
String suffix,
String lineSeparator)
Formats the Throwable that is the cause of this Throwable.
|
String |
ThrowableProxy.getExtendedStackTraceAsString(List<String> ignorePackages,
TextRenderer textRenderer,
String suffix)
Formats the stack trace including packaging information.
|
String |
ThrowableProxy.getExtendedStackTraceAsString(List<String> ignorePackages,
TextRenderer textRenderer,
String suffix,
String lineSeparator)
Formats the stack trace including packaging information.
|
void |
ExtendedClassInfo.renderOn(StringBuilder output,
TextRenderer textRenderer) |
Constructor and Description |
---|
ThrowableFormatOptions(int lines,
String separator,
List<String> ignorePackages,
TextRenderer textRenderer,
String suffix)
Constructs the options for printing stack trace.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlTextRenderer
TODO Renders an input as HTML output.
|
class |
JAnsiTextRenderer
Renders an input as ANSI escaped output.
|
class |
PlainTextRenderer
Renders input unchanged.
|
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.