public class SupportLogFormatter extends Formatter
| Constructor and Description |
|---|
SupportLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
abbreviateClassName(String fqcn,
int targetLength) |
String |
format(LogRecord record) |
static void |
printStackTrace(Throwable t,
PrintStream ps) |
static void |
printStackTrace(Throwable t,
PrintWriter pw) |
static String |
printThrowable(Throwable t) |
formatMessage, getHead, getTailpublic static void printStackTrace(Throwable t, PrintWriter pw)
public static void printStackTrace(Throwable t, PrintStream ps)
Copyright © 2004–2018. All rights reserved.