comparison common/logging.h @ 1384:318e8c5c4f85

Do not depend on RELEASE_BUILD for debug output this is handled by g_debug and no longer neccessary als a Macro
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 15 Jan 2015 15:57:26 +0100
parents 317ee9dc4684
children
comparison
equal deleted inserted replaced
1383:ce46e3453ea4 1384:318e8c5c4f85
43 #endif 43 #endif
44 44
45 /** 45 /**
46 * @def DEBUGOUTPUT 46 * @def DEBUGOUTPUT
47 * @brief If defined code for extra debugging output will be generated. 47 * @brief If defined code for extra debugging output will be generated.
48 *
49 * Will be defined if current build is not an RELEASE_BUILD.
50 */ 48 */
51 #ifndef RELEASE_BUILD
52 #define DEBUGOUTPUT 49 #define DEBUGOUTPUT
53 #endif
54 50
55 /** 51 /**
56 * @def DEBUGPREFIX 52 * @def DEBUGPREFIX
57 * @brief A string prepended to debug output. 53 * @brief A string prepended to debug output.
58 * 54 *

http://wald.intevation.org/projects/trustbridge/