summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Event_Service/Debug_Macros.h
blob: 8db3d169082f619446eb3970ffb1a1dec8a5a9dc (plain)
1
2
3
4
5
6
7
8
9
10
11

#if defined (ACE_ES_NOLOGGING)
#define ACE_ES_DEBUG(X)
#define ACE_ES_DEBUG_ST(X)
#else
#define ACE_ES_DEBUG(X) \
  do { \
      ACE_Log_Msg::instance ()->log X; \
  } while (0)
#define ACE_ES_DEBUG_ST(X) X
#endif /* ACE_ES_NOLOGGING */