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

Method setLogLevel

nodejs_package/brainflow/board_shim.ts:190–197  ·  view source on GitHub ↗
(logLevel: LogLevels)

Source from the content-addressed store, hash-verified

188 }
189
190 public static setLogLevel(logLevel: LogLevels): void
191 {
192 const res = BoardControllerDLL.getInstance().setLogLevelBoardController(logLevel);
193 if (res !== BrainFlowExitCodes.STATUS_OK)
194 {
195 throw new BrainFlowError (res, 'Could not set log level properly');
196 }
197 }
198
199 public static setLogFile(file: string): void
200 {

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected