public class ErrorLog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorLog.LogEntry |
| Constructor and Description |
|---|
ErrorLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String name,
java.lang.String msg) |
void |
clear() |
java.util.List |
getEntries() |
boolean |
isEmpty() |
int |
size() |