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

Method set_log_file

cpp_package/src/ml_model.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75/////////////////////////////////////////
76
77void MLModel::set_log_file (std::string log_file)
78{
79 int res = set_log_file_ml_module (log_file.c_str ());
80 if (res != (int)BrainFlowExitCodes::STATUS_OK)
81 {
82 throw BrainFlowException ("failed to set log file", res);
83 }
84}
85
86void MLModel::set_log_level (int log_level)
87{

Callers

nothing calls this directly

Calls 2

set_log_file_ml_moduleFunction · 0.85
BrainFlowExceptionClass · 0.85

Tested by

no test coverage detected