imstutils/imconversationview/inc/imcvlogger.h
branchRCL_3
changeset 13 76f25fb7a6a1
parent 0 5e5d6b214f4f
equal deleted inserted replaced
12:36d367c62acb 13:76f25fb7a6a1
    25 #include <flogger.h>
    25 #include <flogger.h>
    26 #include <e32std.h>
    26 #include <e32std.h>
    27 
    27 
    28 // enable logs printing
    28 // enable logs printing
    29 // into  c:\\logs\\imcv\\imcv.txt
    29 // into  c:\\logs\\imcv\\imcv.txt
    30 #define ENABLE_DEBUG_LOGS
    30 #ifdef __WINS__
       
    31   #ifdef _DEBUG
       
    32     #define ENABLE_DEBUG_LOGS // for WINS UDEB
       
    33  #endif
       
    34 #else
       
    35   #ifdef _DEBUG     
       
    36     #define ENABLE_DEBUG_LOGS // for device UDEB
       
    37   #endif
       
    38 #endif
    31 
    39 
    32 /**   
    40 /**   
    33 * Usage of Log MACRO'S
    41 * Usage of Log MACRO'S
    34 * _LIT( KExample, "Example" );
    42 * _LIT( KExample, "Example" );
    35 *  TXT(s) _L(s)	
    43 *  TXT(s) _L(s)