emailservices/emailstore/message_store/debuglog/inc/DebugLogMacros.h
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 24 d189ee25cf9d
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    50 //        name of the process and the name of the thread.
    50 //        name of the process and the name of the thread.
    51 //
    51 //
    52 //  PRINTING: (NOTE: The following is just a reference example)
    52 //  PRINTING: (NOTE: The following is just a reference example)
    53 //
    53 //
    54 //      // Include the debug logging header file
    54 //      // Include the debug logging header file
    55 //      #include "DebugLogMacros.h"
    55 //      #include "debuglogmacros.h"
    56 //
    56 //
    57 //      class CTestClass
    57 //      class CTestClass
    58 //          {
    58 //          {
    59 //          // MANDATORY: This must be within the class declaration
    59 //          // MANDATORY: This must be within the class declaration
    60 //          __LOG_DECLARATION
    60 //          __LOG_DECLARATION
   179 
   179 
   180     // ===========
   180     // ===========
   181     // DEBUG BUILD
   181     // DEBUG BUILD
   182     // ===========
   182     // ===========
   183 
   183 
   184     #include "DebugLogConst.h"
   184     #include "debuglogconst.h"
   185 
   185 
   186     // =====================================================================
   186     // =====================================================================
   187     // Utility Logging Macros
   187     // Utility Logging Macros
   188     // =====================================================================
   188     // =====================================================================
   189     
   189     
   455 
   455 
   456 #endif  // _DEBUG
   456 #endif  // _DEBUG
   457 
   457 
   458 #endif  // _DEBUG_LOG_MACROS_H_
   458 #endif  // _DEBUG_LOG_MACROS_H_
   459 
   459 
   460 // END FILE DebugLogMacros.h
   460 // END FILE debuglogmacros.h
   461 
   461