cbs/CbsServer/ServerInc/CbsLogger.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- 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 */