Package net.i2p.util
Class LogRecord
java.lang.Object
net.i2p.util.LogRecord
class LogRecord extends Object
Keep track of a log entry, unformatted.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Matches source class, first part of message string, and throwable class only.long
getDate()
String
getMessage()
int
getPriority()
Class<?>
getSource()
String
getSourceName()
String
getThreadName()
Throwable
getThrowable()
int
hashCode()
-
Constructor Details
-
Method Details
-
getDate
public long getDate() -
getSource
-
getSourceName
-
getThreadName
-
getPriority
public int getPriority() -
getMessage
-
getThrowable
-
equals
Matches source class, first part of message string, and throwable class only. Used only by LogWriter to eliminate dups. -
hashCode
public int hashCode()
-