MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / set_DCPS_debug_level

Function set_DCPS_debug_level

dds/DCPS/debug.cpp:125–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125OpenDDS_Dcps_Export void set_DCPS_debug_level(unsigned int lvl)
126{
127 if (lvl > 0 && log_level.get() < LogLevel::Debug) {
128 log_level.set(LogLevel::Debug);
129 }
130 if (log_level >= LogLevel::Info) {
131 ACE_DEBUG((LM_INFO, "(%P|%t) INFO: set_DCPS_debug_level: set to %u\n", lvl));
132 }
133 DCPS_debug_level = lvl;
134}
135
136#if OPENDDS_CONFIG_SECURITY
137SecurityDebug::SecurityDebug()

Callers 7

on_data_availableMethod · 0.85
create_opendds_entitiesFunction · 0.85
ACE_TMAINFunction · 0.85
ACE_TMAINFunction · 0.85
ACE_TMAINFunction · 0.85
ACE_TMAINFunction · 0.85
ACE_TMAINFunction · 0.85

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected