public class ReportLogger extends Object
Constructor and Description |
---|
ReportLogger(LayerControl control)
Constructs a logger with a default logging level.
|
ReportLogger(LayerControl control,
Level level)
Constructs a logger with an explicit logging level.
|
Modifier and Type | Method and Description |
---|---|
void |
submitReports(Map<LayerId,uk.ac.starlink.ttools.plot2.ReportMap> reports,
uk.ac.starlink.ttools.plot2.Ganger<?,?> ganger)
Issues logging messages relating to the reports of plot layers
generated with this object's layer control.
|
public ReportLogger(LayerControl control, Level level)
control
- layer control on behalf of which reports will be
dealt withlevel
- logging level at which reports will be loggedpublic ReportLogger(LayerControl control)
control
- layer control on behalf of which reports will be
dealt withpublic void submitReports(Map<LayerId,uk.ac.starlink.ttools.plot2.ReportMap> reports, uk.ac.starlink.ttools.plot2.Ganger<?,?> ganger)
reports
- plot reportsganger
- ganger in effect when these reports were generatedCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.