00001 00034 #ifndef ABA_DEBUG_H 00035 #define ABA_DEBUG_H 00036 #define DEBUG_MESSAGE_CONVAR 1 00037 #define DEBUG_MESSAGE_SUB 2 00038 #define DEBUG_NOTIFICATION 4 00039 #define DEBUG_BALANCER 8 00040 #define DEBUG_TERMINATION 16 00041 #define DEBUG_SOCKET 32 00042 #define DEBUG_SEPARATE 64 00043 #define DEBUG_SUBSERVER 128 00044 extern int debugLevel_; 00045 00050 #define debug(level) (debugLevel_ & (level)) 00051 00052 #endif // !ABA_DEBUG_H