| Package | Description |
|---|---|
| org.apache.logging.log4j.core.impl |
| Modifier and Type | Method and Description |
|---|---|
ThrowableProxy |
ThrowableProxy.getCauseProxy() |
ThrowableProxy[] |
ThrowableProxy.getSuppressedProxies()
Gets proxies for suppressed exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
List<String> ignorePackages,
String suffix)
Formats the specified Throwable.
|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
List<String> ignorePackages,
org.apache.logging.log4j.core.pattern.TextRenderer textRenderer,
String suffix)
Formats the specified Throwable.
|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
List<String> ignorePackages,
org.apache.logging.log4j.core.pattern.TextRenderer textRenderer,
String suffix,
String lineSeparator)
Formats the specified Throwable.
|
void |
ThrowableProxy.formatWrapper(StringBuilder sb,
ThrowableProxy cause,
String suffix)
Formats the specified Throwable.
|
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.