
public class ErrorFormatter extends Formatter
| Modifier and Type | Field and Description | 
|---|---|
static String[] | 
PRUNE
List of packages to prune from stack traces at the end. 
 | 
| Constructor and Description | 
|---|
ErrorFormatter()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
appendCauses(StringBuilder buf,
            Throwable thrown)
Append (pruned) stack traces for associated exceptions. 
 | 
String | 
format(LogRecord record)  | 
formatMessage, getHead, getTailpublic static final String[] PRUNE