public class LogEntry
extends Object
| Constructor and Description |
|---|
LogEntry(String message,
String priority,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getPriority() |
Throwable |
getThrowable() |
String |
toString() |