Package | Description |
---|---|
ch.qos.logback.classic.html |
Contains classes to format log output in HTML.
|
ch.qos.logback.classic.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
ch.qos.logback.classic.spi |
Contains core classes of logback classic.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultThrowableRenderer.printFirstLine(StringBuilder sb,
IThrowableProxy tp) |
Modifier and Type | Method and Description |
---|---|
protected void |
RootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst(StringBuilder sb,
String prefix,
int indent,
IThrowableProxy tp) |
protected void |
ThrowableProxyConverter.subjoinSTEPArray(StringBuilder buf,
int indent,
IThrowableProxy tp) |
protected String |
ThrowableProxyConverter.throwableProxyToString(IThrowableProxy tp) |
protected String |
RootCauseFirstThrowableProxyConverter.throwableProxyToString(IThrowableProxy tp) |
Modifier and Type | Class and Description |
---|---|
class |
ThrowableProxy |
class |
ThrowableProxyVO |
Modifier and Type | Method and Description |
---|---|
IThrowableProxy |
ThrowableProxyVO.getCause() |
IThrowableProxy |
ThrowableProxy.getCause() |
IThrowableProxy |
IThrowableProxy.getCause() |
IThrowableProxy[] |
ThrowableProxyVO.getSuppressed() |
IThrowableProxy[] |
ThrowableProxy.getSuppressed() |
IThrowableProxy[] |
IThrowableProxy.getSuppressed() |
IThrowableProxy |
LoggingEventVO.getThrowableProxy() |
IThrowableProxy |
LoggingEvent.getThrowableProxy()
Returns the throwable information contained within this event.
|
IThrowableProxy |
ILoggingEvent.getThrowableProxy() |
Modifier and Type | Method and Description |
---|---|
static String |
ThrowableProxyUtil.asString(IThrowableProxy tp) |
static ThrowableProxyVO |
ThrowableProxyVO.build(IThrowableProxy throwableProxy) |
void |
PackagingDataCalculator.calculate(IThrowableProxy tp) |
static void |
ThrowableProxyUtil.subjoinFirstLine(StringBuilder buf,
IThrowableProxy tp) |
static void |
ThrowableProxyUtil.subjoinFirstLineRootCauseFirst(StringBuilder buf,
IThrowableProxy tp) |
static void |
ThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb,
int indentLevel,
IThrowableProxy tp) |
static void |
ThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb,
IThrowableProxy tp)
Deprecated.
Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.