21 #include <logger/Logger.hpp>
22 #include <kernel/kernel_types.h>
23 #include <kernel/LogLevel.hpp>
24 #include <kernel/signaldata/EventReport.hpp>
45 LogLevel::EventCategory eventCategory;
52 static const Uint32 matrixSize;
53 static int event_lookup(
int eventType,
54 LogLevel::EventCategory &cat,
120 virtual void log(
int,
const Uint32*, Uint32 len, NodeId = 0,
const class LogLevel * = 0);
131 static const char*
getText(
char * dst,
size_t dst_len,
133 const Uint32* theData, Uint32 len,
142 STATIC_CONST(MAX_TEXT_LENGTH = 256);
145 extern void getRestartAction(Uint32 action,
BaseString &str);