MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / set_log_level

Method set_log_level

cpp_package/src/ml_model.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void MLModel::set_log_level (int log_level)
87{
88 int res = set_log_level_ml_module (log_level);
89 if (res != (int)BrainFlowExitCodes::STATUS_OK)
90 {
91 throw BrainFlowException ("failed to set log level", res);
92 }
93}
94
95void MLModel::log_message (int log_level, const char *format, ...)
96{

Callers

nothing calls this directly

Calls 2

set_log_level_ml_moduleFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected