videocollection/inc/videocollectiontrace.h
changeset 41 229f037ce963
parent 38 ff53afa8ad05
child 48 ebbeb6bcda56
equal deleted inserted replaced
40:13331705e488 41:229f037ce963
    88 //-----------------------------------------------------------------------------
    88 //-----------------------------------------------------------------------------
    89 //
    89 //
    90 /**
    90 /**
    91 * Trace prefixes for macros with component name.
    91 * Trace prefixes for macros with component name.
    92 */
    92 */
    93 #define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#FuC# " L##a )
    93 #define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#Fu#Co# " L##a )
    94 #define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#FuC# " L##a L##b )
    94 #define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#Fu#Co# " L##a L##b )
    95 #define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " ##a )
    95 #define _PREFIX_TRACE8( a ) (const char*)( "#Fu#Co# " a )
    96 
    96 
    97 /**
    97 /**
    98 * Prefix error trace
    98 * Prefix error trace
    99 */
    99 */
   100 #define _PREFIX_ERROR( aMsg ) _PREFIX_TRACE( "[ERROR: %d]: " L##aMsg )
   100 #define _PREFIX_ERROR( aMsg ) _PREFIX_TRACE( "[ERROR: %d]: " L##aMsg )