public class StatusPrinter extends Object
| Constructor and Description |
|---|
StatusPrinter()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
buildStr(StringBuilder
|
static void |
print(Context
Print the contents of the context's status data.
|
static void |
print(Context
Print context's status data with a timestamp higher than the threshold.
|
static void |
print(List
|
static void |
print(StatusManager
|
static void |
print(StatusManager
|
static void |
printIfErrorsOccured(Context
Print the contents of the context statuses, but only if they contain errors.
|
static void |
printInCaseOfErrorsOrWarnings(Context
Print the contents of the context statuses, but only if they contain warnings or errors.
|
static void |
printInCaseOfErrorsOrWarnings(Context
Print the contents of the context status, but only if they contain warnings or errors occurring later then the threshold.
|
static void |
setPrintStream(PrintStream
|
public static void setPrintStream(PrintStreamprintStream)
public static void printInCaseOfErrorsOrWarnings(Contextcontext)
context -
public static void printInCaseOfErrorsOrWarnings(Contextcontext, long threshold)
context -
public static void printIfErrorsOccured(Contextcontext)
context -
public static void print(Contextcontext)
context -
public static void print(Contextcontext, long threshold)
context -
public static void print(StatusManagersm)
public static void print(StatusManagersm, long threshold)
public static void buildStr(StringBuildersb, String indentation, Status s)