imstutils/xmppadapter/inc/xmppadapterlogger.h
branchRCL_3
changeset 19 76f25fb7a6a1
parent 0 5e5d6b214f4f
equal deleted inserted replaced
18:36d367c62acb 19:76f25fb7a6a1
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 
    24 
    25 //#ifdef _DEBUG
    25 //#ifdef _DEBUG
    26 #define ENABLE_DEBUG_LOGS
    26 #ifdef __WINS__
    27 //#endif
    27   #ifdef _DEBUG
       
    28     #define ENABLE_DEBUG_LOGS // for WINS UDEB
       
    29  #endif
       
    30 #else
       
    31   #ifdef _DEBUG
       
    32     #define ENABLE_DEBUG_LOGS // for device UDEB
       
    33   #endif
       
    34 #endif
    28 
    35 
    29 /**   
    36 /**   
    30 * Usage of Log MACRO'S
    37 * Usage of Log MACRO'S
    31 * _LIT( KExample, "Example" );
    38 * _LIT( KExample, "Example" );
    32 *  TXT(s) _L(s)	
    39 *  TXT(s) _L(s)