public class ReportLogger
extends java.lang.Object
| Constructor and Description |
|---|
ReportLogger(LayerControl control)
Constructs a logger with a default logging level.
|
ReportLogger(LayerControl control,
java.util.logging.Level level)
Constructs a logger with an explicit logging level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
submitReports(java.util.Map<LayerId,uk.ac.starlink.ttools.plot2.ReportMap> reports)
Issues logging messages relating to the reports of plot layers
generated with this object's layer control.
|
public ReportLogger(LayerControl control, java.util.logging.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(java.util.Map<LayerId,uk.ac.starlink.ttools.plot2.ReportMap> reports)
reports - plot reportsCopyright ? 2003-2017 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.