25 #include "common/debug.h" 26 #include "common/streamdebug.h" 50 TextObjects = 2 << 16,
56 static void registerDebugChannels();
57 static bool isChannelEnabled(DebugChannel chan);
65 static void debug(DebugChannel channel,
const char *s, ...);
72 static void warning(DebugChannel channel,
const char *s, ...);
79 static void error(DebugChannel channel,
const char *s, ...);
86 static void error(
const char *s, ...);
89 inline Debug::DebugChannel operator|(Debug::DebugChannel a, Debug::DebugChannel b) {
90 return (Debug::DebugChannel)((int)a | (
int) b);
Definition: lua_persistence.h:57
static void debug(DebugChannel channel, const char *s,...)
static void warning(DebugChannel channel, const char *s,...)
static void error(DebugChannel channel, const char *s,...)