Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ enable_ml_logger
Method
enable_ml_logger
cpp_package/src/ml_model.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void MLModel::enable_ml_logger ()
111
{
112
MLModel::set_log_level ((int)LogLevels::LEVEL_INFO);
113
}
114
115
void MLModel::disable_ml_logger ()
116
{
Callers
nothing calls this directly
Calls
1
set_log_level
Function · 0.50
Tested by
no test coverage detected