A log entry.
All members of LogEntry, including inherited members.
Variables| Modifier and Type | Variable | Description |
|---|---|---|
| public String | caller | |
| public Throwable | ex | |
| public String | message | |
| public int | PID | |
| public int | priority | |
| public String | tag | |
| public long | when |
| Modifier and Type | Constructor | Description |
|---|---|---|
| public | LogEntry(final int, final String, final String, final Throwable, final String, final int) | |
| public | LogEntry() |
| Modifier and Type | Method | Description |
|---|---|---|
| public LogEntry | setCaller(String) | |
| public LogEntry | setMessage(final String) | |
| public LogEntry | setPID(int) | |
| public LogEntry | setPriority(int) | |
| public LogEntry | setPriority(String) | |
| public LogEntry | setTag(final String) | |
| public LogEntry | setThrowable(Throwable) | |
| public LogEntry | setWhen(long) | |
| public String | toString() |