|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TraceInterface
Interface describing the methods that the
Trace class calls to output messages.
| Method Summary | |
|---|---|
int |
getLevel()
Return the current trace level. |
void |
trace(int color,
int level,
String message)
Output a message string if the passed level is greater than or equal to the current trace level. |
void |
trace(int level,
String message)
Output a message string if the passed level is greater than or equal to the current trace level. |
void |
trace(int level,
XmlDocument document)
Serialize and output XML document if passed level is greater than or equal to the current trace level. |
| Method Detail |
|---|
void trace(int level,
String message)
level - Trace level for message.message - String to output.
void trace(int color,
int level,
String message)
level - Trace level for message.message - String to output.
void trace(int level,
XmlDocument document)
level - Trace level for document.document - The XML document to outputint getLevel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||