phoneapp/phoneuiutils/inc/phonelogger.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuiutils/inc/phonelogger.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/inc/phonelogger.h	Fri Mar 19 09:28:42 2010 +0200
@@ -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