summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Debug_Macros.h
blob: ca7122d7c694383f0bb27e8461b653cbfa4ecf09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$


#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 */