mmserv/radioutility/radio_utility/inc/trace.h
branchGCC_SURGE
changeset 34 668a1ebf19bd
parent 16 43d09473c595
equal deleted inserted replaced
32:94fc26b6e006 34:668a1ebf19bd
    53 #define _PREFIX_INFO( aMsg ) _PREFIX_TRACE( "[INFO]: " L##aMsg )
    53 #define _PREFIX_INFO( aMsg ) _PREFIX_TRACE( "[INFO]: " L##aMsg )
    54 
    54 
    55 /**
    55 /**
    56 * Prefix macro for strings
    56 * Prefix macro for strings
    57 */
    57 */
    58 #define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Utility]: " ##aMsg
    58 #define _PREFIX_CHAR( aMsg ) (const char*)"[Radio_Utility]: " #aMsg
    59 
    59 
    60 /**
    60 /**
    61 * Define needed directories if TRACE_INTO_FILE macro in use
    61 * Define needed directories if TRACE_INTO_FILE macro in use
    62 */
    62 */
    63 #ifdef TRACE_INTO_FILE
    63 #ifdef TRACE_INTO_FILE