net.i2p.util
class LogRecord extends Object
Constructor and Description |
---|
LogRecord(Class src,
String name,
String threadName,
int priority,
String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
long |
getDate() |
String |
getMessage() |
int |
getPriority() |
Class |
getSource() |
String |
getSourceName() |
String |
getThreadName() |
Throwable |
getThrowable() |