|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--anvil.LogEvent
class LogEvent
| Constructor Summary | |
LogEvent(Log log,
int severity,
java.lang.Object message,
java.lang.Throwable throwable)
|
|
| Method Summary | |
Log |
getLog()
|
java.lang.String |
getMessage()
|
long |
getMillis()
|
int |
getSeverity()
|
java.lang.Thread |
getThread()
|
java.lang.Throwable |
getThrowable()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogEvent(Log log,
int severity,
java.lang.Object message,
java.lang.Throwable throwable)
| Method Detail |
public long getMillis()
public Log getLog()
public int getSeverity()
public java.lang.String getMessage()
public java.lang.Throwable getThrowable()
public java.lang.Thread getThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||