summaryrefslogtreecommitdiff
path: root/ndb/include/debugger/EventLogger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/debugger/EventLogger.hpp')
-rw-r--r--ndb/include/debugger/EventLogger.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/include/debugger/EventLogger.hpp b/ndb/include/debugger/EventLogger.hpp
index 686989089ae..ddf21b79f5f 100644
--- a/ndb/include/debugger/EventLogger.hpp
+++ b/ndb/include/debugger/EventLogger.hpp
@@ -48,6 +48,10 @@ public:
static const EventRepLogLevelMatrix matrix[];
static const Uint32 matrixSize;
+ static int event_lookup(int eventType,
+ LogLevel::EventCategory &cat,
+ Uint32 &threshold,
+ Logger::LoggerLevel &severity);
};
/**