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

Function disable_ml_logger

rust_package/brainflow/src/ml_model.rs:71–73  ·  view source on GitHub ↗

Disable BrainFlow ML logger.

()

Source from the content-addressed store, hash-verified

69
70/// Disable BrainFlow ML logger.
71pub fn disable_ml_logger() -> Result<()> {
72 set_log_level(LogLevels::LevelOff)
73}
74
75/// Enable ML logger with level TRACE, uses stderr for log messages by default.
76pub fn enable_dev_ml_logger() -> Result<()> {

Callers

nothing calls this directly

Calls 1

set_log_levelFunction · 0.70

Tested by

no test coverage detected