coreapplicationuis/powersaveutilities/bsutil/inc/trace.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    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 
    55 
    56 
    56 /**
    57 /**
    57 * Define needed directories if TRACE_INTO_FILE macro in use
    58 * Define needed directories if TRACE_INTO_FILE macro in use
    58 */
    59 */
    59 #ifdef TRACE_INTO_FILE
    60 #ifdef TRACE_INTO_FILE