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

Method enable_board_logger

cpp_package/src/board_shim.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41/////////////////////////////////////////
42
43void BoardShim::enable_board_logger ()
44{
45 BoardShim::set_log_level ((int)LogLevels::LEVEL_INFO);
46}
47
48void BoardShim::disable_board_logger ()
49{

Callers

nothing calls this directly

Calls 1

set_log_levelFunction · 0.50

Tested by

no test coverage detected