class LogRecord extends Object
| Constructor and Description |
|---|
LogRecord(Class<?> src,
String name,
String threadName,
int priority,
String msg,
Throwable t)LogRecord. |
| 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 boolean equals(Object o)
public long getDate()
public String getMessage()
public int getPriority()
public Class<?> getSource()
public String getSourceName()
public String getThreadName()
public Throwable getThrowable()