|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Tracer.Strategy
defines the behaviour of a tracer. Implementations can forward traces to a Logger for instance.
| Method Summary | |
|---|---|
void |
addReportLine(String line)
long reports that span many lines (such as stackTraces) may have intermediate calls to addReportLine before a call to endReport |
void |
endReport()
marks the end of a trace (this can be used with implementations that use parenthesized expressions -such as XML-). |
void |
report(String report)
starts a trace and reports a String. |
| Method Detail |
|---|
void report(String report)
report - void addReportLine(String line)
line - void endReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||