public static class Tracer.MultiReporter extends Object implements Tracer.Strategy
| Constructor and Description |
|---|
MultiReporter(Tracer.Strategy... strategies) |
| 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.
|
public MultiReporter(Tracer.Strategy... strategies)
public void report(String report)
Tracer.Strategyreport in interface Tracer.Strategypublic void addReportLine(String line)
Tracer.StrategyaddReportLine in interface Tracer.Strategypublic void endReport()
Tracer.StrategyendReport in interface Tracer.StrategyCopyright © 2015 LSST. All rights reserved.