Class LoggingConfigMap
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.config.ConfigMap
-
- uk.ac.starlink.ttools.plot2.config.LoggingConfigMap
-
public class LoggingConfigMap extends ConfigMap
ConfigMap wrapper that issues a logging message for each item that is queried. Only the first query for each key is logged.- Since:
- 14 Sep 2013
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description LoggingConfigMap(ConfigMap base, java.util.logging.Level level)
Constructor.
-
-
-
Constructor Detail
-
LoggingConfigMap
public LoggingConfigMap(ConfigMap base, java.util.logging.Level level)
Constructor.- Parameters:
base
- base configmaplevel
- level at which logging messages will be issued
-
-