|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.develop.trace.TraceMessage
Field Summary | |
Date |
date
The Date at which the method was sent (approximately). |
Exception |
exception
An exception is generated when the message is created. |
int |
level
The level ("error", "debug", etc.) at which the message was sent. |
String |
message
The text itself. |
TraceMessage |
next
The next TraceMessage in a linked list. |
Object |
object
An arbitrary object may be attached to the message. |
String |
subsystem
The subsystem is the larger body of code the message applies to. |
Constructor Summary | |
(package private) |
TraceMessage()
|
Method Summary | |
String |
toString()
Default string representation displays all fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public String subsystem
public Date date
public int level
public String message
public Object object
public final Exception exception
public TraceMessage next
Constructor Detail |
TraceMessage()
Method Detail |
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |