summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Logger.h')
-rw-r--r--lib/Plugins/Logger.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Plugins/Logger.h b/lib/Plugins/Logger.h
index 9a4e304f..f6dcffd8 100644
--- a/lib/Plugins/Logger.h
+++ b/lib/Plugins/Logger.h
@@ -35,21 +35,17 @@ class CLogger : public CReporter
CLogger();
virtual ~CLogger() {}
- void Init() {}
- void DeInit() {}
- void SetSettings(const map_settings_t& pSettings);
-
+ void LoadSettings(const std::string& pPath);
void Report(const crash_report_t& pReport);
};
PLUGIN_INFO(REPORTER,
+ CLogger,
"Logger",
"0.0.1",
"Write a report to a specific file",
"zprikryl@redhat.com",
"https://fedorahosted.org/crash-catcher/wiki");
-PLUGIN_INIT(CLogger);
-
#endif /* LOGGER_H_ */