coreapplicationuis/powersaveutilities/bsutil/inc/trace.h
branchRCL_3
changeset 62 924385140d98
parent 57 5e7d68cc22e0
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
    49 #define _PREFIX_INFO( aMsg ) _PREFIX_TRACE( "[INFO]: " L##aMsg )
    49 #define _PREFIX_INFO( aMsg ) _PREFIX_TRACE( "[INFO]: " L##aMsg )
    50 
    50 
    51 /**
    51 /**
    52 * Prefix macro for strings
    52 * Prefix macro for strings
    53 */
    53 */
    54 #define _PREFIX_CHAR( aMsg ) (const char*)"[BSUtil]: " aMsg
    54 #define _PREFIX_CHAR( aMsg ) (const char*)"[BSUtil]: " ##aMsg
    55 
       
    56 
    55 
    57 /**
    56 /**
    58 * Define needed directories if TRACE_INTO_FILE macro in use
    57 * Define needed directories if TRACE_INTO_FILE macro in use
    59 */
    58 */
    60 #ifdef TRACE_INTO_FILE
    59 #ifdef TRACE_INTO_FILE