phonebookui/Phonebook2/ccapplication/inc/ccalogger.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   132 #endif // _DEBUG
   132 #endif // _DEBUG
   133 
   133 
   134 
   134 
   135 /**
   135 /**
   136  * PERFORMANCE LOGGINS
   136  * PERFORMANCE LOGGINS
   137  * 
   137  * Logging is down only in debug, to get the log files,
       
   138  * need to enable the _DEBUG marco first.
       
   139  *   
   138  * OPTIONS: 
   140  * OPTIONS: 
   139  * PERF_LOGGING -> 12 different points where performance is measured. (c:\logs\perflogger.txt) 
   141  * PERF_LOGGING -> 12 different points where performance is measured. (c:\logs\perflogger.txt) 
   140  * http://presenceprojects/trac/wiki/PerfLogging
   142  *                 http://presenceprojects/trac/wiki/PerfLogging
   141  * 
       
   142  * PERF_LAUNCH -> For test guys (c:\logs\perflaunch.txt)
   143  * PERF_LAUNCH -> For test guys (c:\logs\perflaunch.txt)
   143  * 
   144  * 
   144  */
   145  */
   145 
   146 
   146 #undef PERF_LOGGING
   147 #ifdef _DEBUG   
       
   148 #define PERF_LOGGING
   147 #define PERF_LAUNCH 
   149 #define PERF_LAUNCH 
   148 
   150 #endif //_DEBUG
   149 
       
   150 
   151 
   151 
   152 
   152 #ifdef PERF_LOGGING
   153 #ifdef PERF_LOGGING
   153 #include <flogger.h>
   154 #include <flogger.h>
   154 
   155