|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.teatrove.trove.log.LogEvent
org.teatrove.tea.log.TeaLogEvent
public class TeaLogEvent
The TeaLogEvent class works with the TeaLog and the TeaLogListener to simplify stack traces for Tea templates.
| Field Summary |
|---|
| Fields inherited from class org.teatrove.trove.log.LogEvent |
|---|
DEBUG_TYPE, ERROR_TYPE, INFO_TYPE, WARN_TYPE |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TeaLogEvent(Log log,
int type,
TeaLog.TeaStackTraceLine[] lines)
|
|
| Method Summary | |
|---|---|
TeaLog.TeaStackTraceLine[] |
getLines()
|
| Methods inherited from class org.teatrove.trove.log.LogEvent |
|---|
getException, getExceptionStackTrace, getLogSource, getMessage, getThread, getThreadName, getTimestamp, getType, setMessage, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TeaLogEvent(Log log,
int type,
TeaLog.TeaStackTraceLine[] lines)
| Method Detail |
|---|
public TeaLog.TeaStackTraceLine[] getLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||