All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ServiceManager.cpp File Reference
Include dependency graph for ServiceManager.cpp:

Go to the source code of this file.

Macros

#define ON_DEBUG   if (msgLevel(MSG::DEBUG))
 
#define ON_VERBOSE   if (msgLevel(MSG::VERBOSE))
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Macro Definition Documentation

#define DEBMSG   ON_DEBUG debug()

Definition at line 20 of file ServiceManager.cpp.

#define ON_DEBUG   if (msgLevel(MSG::DEBUG))

Definition at line 17 of file ServiceManager.cpp.

#define ON_VERBOSE   if (msgLevel(MSG::VERBOSE))

Definition at line 18 of file ServiceManager.cpp.

#define VERMSG   ON_VERBOSE verbose()

Definition at line 21 of file ServiceManager.cpp.