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

Method logMessage

nodejs_package/brainflow/board_shim.ts:208–215  ·  view source on GitHub ↗
(logLevel: LogLevels, message: string)

Source from the content-addressed store, hash-verified

206 }
207
208 public static logMessage(logLevel: LogLevels, message: string): void
209 {
210 const res = BoardControllerDLL.getInstance().logMessageBoardController(logLevel, message);
211 if (res !== BrainFlowExitCodes.STATUS_OK)
212 {
213 throw new BrainFlowError (res, 'Could not writte message');
214 }
215 }
216
217 // board methods
218 public prepareSession(): void

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected