From 065a07289cc0b93bef16506b267918555bb43d05 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Dec 2004 09:11:50 +0000 Subject: fixed clusterlog "filter" command ndb/src/mgmsrv/CommandInterpreter.cpp: removed clusterlog command ndb/src/mgmsrv/CommandInterpreter.hpp: removed clusterlog command --- ndb/include/logger/Logger.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndb/include/logger') diff --git a/ndb/include/logger/Logger.hpp b/ndb/include/logger/Logger.hpp index c6145f2091a..f12297023b7 100644 --- a/ndb/include/logger/Logger.hpp +++ b/ndb/include/logger/Logger.hpp @@ -101,7 +101,7 @@ public: /** The log levels. NOTE: Could not use the name LogLevel since * it caused conflicts with another class. */ - enum LoggerLevel {LL_OFF, LL_DEBUG, LL_INFO, LL_WARNING, LL_ERROR, + enum LoggerLevel {LL_ON, LL_DEBUG, LL_INFO, LL_WARNING, LL_ERROR, LL_CRITICAL, LL_ALERT, LL_ALL}; /** -- cgit v1.2.1