emailservices/emailstore/message_store/debuglog/inc/DebugLogConst.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
   160 		#define __DEBUG_LOGGING_OPTIONS (__DEBUG_LOG_ERRORS|__DEBUG_LOG_INFO)
   160 		#define __DEBUG_LOGGING_OPTIONS (__DEBUG_LOG_ERRORS|__DEBUG_LOG_INFO)
   161 
   161 
   162 	#endif // __DEBUG_LOGGING_OPTIONS
   162 	#endif // __DEBUG_LOGGING_OPTIONS
   163 
   163 
   164 	// Finally, allow the logging options to be overriden at the global level.
   164 	// Finally, allow the logging options to be overriden at the global level.
   165 	#include "GlobalDebugLoggingOptions.h"
   165 	#include "globaldebugloggingoptions.h"
   166 
   166 
   167 #endif // DEBUG_USE_PROJECT_LOGGING_OPTIONS
   167 #endif // DEBUG_USE_PROJECT_LOGGING_OPTIONS
   168 
   168 
   169 // Helper macro to use an argument and prevent compiler warnings about unused
   169 // Helper macro to use an argument and prevent compiler warnings about unused
   170 // method and stack arguments.
   170 // method and stack arguments.