From e84f3eba125f64b852ae8755df3e1ab78aabeebf Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 2 Jan 2023 02:08:55 +0100 Subject: Moved EventLog to stats module --- stats/include/kurator/stats/EventLog.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 stats/include/kurator/stats/EventLog.h (limited to 'stats/include') diff --git a/stats/include/kurator/stats/EventLog.h b/stats/include/kurator/stats/EventLog.h new file mode 100644 index 0000000..353a0cd --- /dev/null +++ b/stats/include/kurator/stats/EventLog.h @@ -0,0 +1,17 @@ +#pragma once + +#include "BaseLog.h" +#include "events.h" + + +namespace kurator +{ +namespace stats +{ + + +using EventLog = BaseLog; + + +} // namespace stats +} // namespace kurator -- cgit v1.1