phoneapp/phoneuiutils/inc/phonelogger.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    32  favourite logging method. 
    32  favourite logging method. 
    33  set PHONEUI_LOGGER_METHOD to NO_LOGGING to get no logging at all
    33  set PHONEUI_LOGGER_METHOD to NO_LOGGING to get no logging at all
    34  set PHONEUI_LOGGER_METHOD to RDEBUG_LOGGING to get logging via RDebug::Print
    34  set PHONEUI_LOGGER_METHOD to RDEBUG_LOGGING to get logging via RDebug::Print
    35  set PHONEUI_LOGGER_METHOD to FILE_LOGGING to get logging to log file
    35  set PHONEUI_LOGGER_METHOD to FILE_LOGGING to get logging to log file
    36  */
    36  */
    37     
    37   	
    38  #define  NO_LOGGING        0   // No logging at all.
    38  #define  NO_LOGGING 		0   // No logging at all.
    39  #define  RDEBUG_LOGGING    1   // Logging via RDebug::Print
    39  #define  RDEBUG_LOGGING	1 	// Logging via RDebug::Print
    40  #define  FILE_LOGGING      2   // Logging to log file
    40  #define  FILE_LOGGING  	2   // Logging to log file
    41 
    41 
    42 /*
    42 /*
    43  * here is default logic: if we have DEBUG build then select
    43  * here is default logic: if we have DEBUG build then select
    44  * logging vua RDebug:Print. If anything else, have no logging at all
    44  * logging vua RDebug:Print. If anything else, have no logging at all
    45  */
    45  */