19 package org.sleuthkit.autopsy.healthmonitor;
21 import java.util.logging.Level;
22 import org.openide.modules.ModuleInstall;
34 if (instance == null) {
49 }
catch (HealthMonitorException ex) {
50 logger.log(Level.SEVERE,
"Error starting health services monitor", ex);
58 }
catch (HealthMonitorException ex) {
59 logger.log(Level.SEVERE,
"Error stopping health services monitor", ex);
static Installer instance
static final long serialVersionUID
static final Logger logger
static synchronized Installer getDefault()
synchronized static Logger getLogger(String name)