#include "ace/config-all.h"
#include "CIAO_Client_Export.h"
Include dependency graph for CIAO_common.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CIAO |
Defines | |
#define | CIAO_REGISTER_VALUE_FACTORY(ORB, FACTORY, VALUETYPE) |
Functions | |
CIAO_CLIENT_Export int | debug_level (void) |
|
Value: |
|
Return the debug level. The debug level of CIAO is control by an environment variable "CIAO_DEBUG_LEVEL". It should be an int value. If it is not defined, the default debug level is 0. The value of debug value is evaluated on its first use and the value is then cached. The actual implementation of this function is in Client_init.cpp. Some recommendation for using the debug_level > 0 : For component users. Component developers are encouraged to develop their own > 10 : For CIAO tools > 20 : For CIAO core. |