MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / set_debug_level

Function set_debug_level

src/CoolProp.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85static std::mutex message_mutex;
86
87void set_debug_level(int level) {
88 debug_level = level;
89}
90int get_debug_level() {
91 return debug_level;
92}

Callers 6

COOLPROP_EESFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
~DebugLevelGuardMethod · 0.50
CoolProp-Tests.cppFile · 0.50

Calls

no outgoing calls

Tested by 1

~DebugLevelGuardMethod · 0.40