public class OutputConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static OutputConfiguration |
DEFAULT_FILTERED_MESSAGE_ONLY_OUTPUT |
static OutputConfiguration |
DEFAULT_FILTERED_OUTPUT |
static OutputConfiguration |
DEFAULT_FULL_OUTPUT |
Constructor and Description |
---|
OutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
OutputConfiguration |
filterBy(StackTraceFilter[] f) |
java.lang.String |
getHeaderAsString(java.lang.Throwable t) |
OutputConfiguration |
headerMessageOnly() |
OutputConfiguration |
headerSimpleClassNameOnly() |
OutputConfiguration |
headerSimpleNameOnly() |
OutputConfiguration |
hideFileNameIfRedundant() |
OutputConfiguration |
hideFileNames() |
OutputConfiguration |
hideFilteredMessage() |
OutputConfiguration |
hideViaMethod() |
void |
printCausedBy(java.io.PrintWriter s,
java.lang.Throwable t,
java.lang.String viaMethodName) |
void |
printCausedByHTML(java.io.PrintWriter s,
java.lang.Throwable t,
java.lang.String viaMethodName) |
void |
printCausedByPlain(java.io.PrintWriter s,
java.lang.Throwable t,
java.lang.String viaMethodName) |
void |
printElement(java.io.PrintWriter s,
java.lang.StackTraceElement e) |
void |
printElementPlain(java.io.PrintWriter s,
java.lang.StackTraceElement e) |
void |
printFiltered(java.io.PrintWriter s) |
void |
printFilteredPlain(java.io.PrintWriter s) |
void |
printHeader(java.io.PrintWriter s,
java.lang.Throwable t) |
void |
printHeaderHTML(java.io.PrintWriter s,
java.lang.Throwable t) |
void |
printHeaderPlain(java.io.PrintWriter s,
java.lang.Throwable t) |
boolean |
shouldFilter(java.lang.StackTraceElement e) |
boolean |
shouldStopAt(java.lang.StackTraceElement e) |
OutputConfiguration |
stopAtExcluding(java.lang.String spec) |
OutputConfiguration |
stopAtIncluding(java.lang.String spec) |
public static final OutputConfiguration DEFAULT_FULL_OUTPUT
public static final OutputConfiguration DEFAULT_FILTERED_OUTPUT
public static final OutputConfiguration DEFAULT_FILTERED_MESSAGE_ONLY_OUTPUT
public OutputConfiguration headerMessageOnly()
public OutputConfiguration headerSimpleClassNameOnly()
public OutputConfiguration headerSimpleNameOnly()
public OutputConfiguration filterBy(StackTraceFilter[] f)
public OutputConfiguration stopAtIncluding(java.lang.String spec)
public OutputConfiguration stopAtExcluding(java.lang.String spec)
public OutputConfiguration hideFileNames()
public OutputConfiguration hideFileNameIfRedundant()
public OutputConfiguration hideFilteredMessage()
public OutputConfiguration hideViaMethod()
public void printHeader(java.io.PrintWriter s, java.lang.Throwable t)
public void printCausedBy(java.io.PrintWriter s, java.lang.Throwable t, java.lang.String viaMethodName)
public void printElement(java.io.PrintWriter s, java.lang.StackTraceElement e)
public void printFiltered(java.io.PrintWriter s)
public java.lang.String getHeaderAsString(java.lang.Throwable t)
public void printHeaderPlain(java.io.PrintWriter s, java.lang.Throwable t)
public void printHeaderHTML(java.io.PrintWriter s, java.lang.Throwable t)
public void printCausedByPlain(java.io.PrintWriter s, java.lang.Throwable t, java.lang.String viaMethodName)
public void printCausedByHTML(java.io.PrintWriter s, java.lang.Throwable t, java.lang.String viaMethodName)
public void printElementPlain(java.io.PrintWriter s, java.lang.StackTraceElement e)
public void printFilteredPlain(java.io.PrintWriter s)
public boolean shouldFilter(java.lang.StackTraceElement e)
public boolean shouldStopAt(java.lang.StackTraceElement e)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.