coreapplicationuis/powersaveutilities/batindicatorpaneplugin/inc/trace.h
branchCompilerCompatibility
changeset 11 425e2276aed4
parent 0 2e3d3ce01487
equal deleted inserted replaced
10:b19595f53fff 11:425e2276aed4
    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*)"[BatIndicatorPanePlugin]: " ##aMsg
    54 #define _PREFIX_CHAR( aMsg ) (const char*)"[BatIndicatorPanePlugin]: " aMsg
    55 
    55 
    56 /**
    56 /**
    57 * Define needed directories if TRACE_INTO_FILE macro in use
    57 * Define needed directories if TRACE_INTO_FILE macro in use
    58 */
    58 */
    59 #ifdef TRACE_INTO_FILE
    59 #ifdef TRACE_INTO_FILE