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 |
---|---|
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() |
public long getDate()
public Class<?> getSource()
public String getSourceName()
public String getThreadName()
public int getPriority()
public String getMessage()
public Throwable getThrowable()
public boolean equals(Object o)