MCPcopy Create free account
hub / github.com/NTNU-IHB/PythonFMU / setDebugLogging

Method setDebugLogging

src/pythonfmu/Logger.hpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 { }
21
22 void setDebugLogging(bool flag, const std::vector<std::string>& categories = {})
23 {
24 debugLogging_ = flag;
25 categories_ = categories;
26 }
27
28 // Logs a message.
29 void log(fmi2Status s, const std::string& message)

Callers 3

fmi2InstantiateFunction · 0.80
fmi2SetDebugLoggingFunction · 0.80
test_log_categoriesFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_log_categoriesFunction · 0.64