private Logger _logger;
/** Creates a new instance of StatusMonitorTask */
public StatusMonitorTask() {
_monitor = new StatusMonitorService();
_memory = new MemoryWatcherTool();
_cpu = new CpuWatcherTool();
// init custom log file
LogItemRepository.getInstance().setLogFileName(this.getClass(), "memory.log");