phoneapp/phoneuiutils/inc/phonelogger.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuiutils/inc/phonelogger.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/phonelogger.h	Tue Aug 31 15:14:29 2010 +0300
@@ -34,10 +34,10 @@
  set PHONEUI_LOGGER_METHOD to RDEBUG_LOGGING to get logging via RDebug::Print
  set PHONEUI_LOGGER_METHOD to FILE_LOGGING to get logging to log file
  */
-  	
- #define  NO_LOGGING 		0   // No logging at all.
- #define  RDEBUG_LOGGING	1 	// Logging via RDebug::Print
- #define  FILE_LOGGING  	2   // Logging to log file
+    
+ #define  NO_LOGGING        0   // No logging at all.
+ #define  RDEBUG_LOGGING    1   // Logging via RDebug::Print
+ #define  FILE_LOGGING      2   // Logging to log file
 
 /*
  * here is default logic: if we have DEBUG build then select