public static interface Tracer.Strategy
| Modifier and Type | Method and Description |
|---|---|
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.
|
void report(String report)
report - void addReportLine(String line)
line - void endReport()
Copyright © 2014 LSST. All Rights Reserved.