diff -r 7d48bed6ce0c -r 987c9837762f cbs/CbsServer/ServerInc/CbsLogger.h --- a/cbs/CbsServer/ServerInc/CbsLogger.h Tue Aug 31 15:45:17 2010 +0300 +++ b/cbs/CbsServer/ServerInc/CbsLogger.h Wed Sep 01 12:15:03 2010 +0100 @@ -15,8 +15,6 @@ * */ - - #ifndef CBSLOGGER_H #define CBSLOGGER_H @@ -30,12 +28,11 @@ #define CBS_LOGGING_METHOD 0 // No logging in UREL builds #else // UDEB BUILD: - #define CBS_LOGGING_METHOD 1 // 0 = No logging, - // 1 = Flogger, - // 2 = RDebug + #define CBS_LOGGING_METHOD 2 // 0 = No logging, + // 1 = Flogger, + // 2 = RDebug #endif //_DEBUG - #if CBS_LOGGING_METHOD > 0 #define CBS_LOGGING_ENABLED // This is for backward compatibility #endif //CBS_LOGGING_METHOD @@ -58,7 +55,6 @@ #endif //CBS_LOGGING_METHOD - /* ----------------------------------------------------------------------------- LOGGING MACROs @@ -67,7 +63,6 @@ ----------------------------------------------------------------------------- */ - #if CBS_LOGGING_METHOD == 1 // Flogger #define CBSLOGTEXT(AAA) /*lint -save -e960 */ { RFileLogger::Write(KCbsLogFolder(),KCbsLogFile(),EFileLoggingModeAppend,AAA); } /*lint -restore */