MCPcopy Create free account
hub / github.com/dotintent/react-native-ble-plx / setLogLevel

Method setLogLevel

src/BleModule.js:807–807  ·  view source on GitHub ↗

* Sets new log level for native module's logging mechanism. * @param {LogLevel} logLevel New log level to be set. * @returns {Promise } Current log level. * @private

(logLevel: $Keys<typeof LogLevel>)

Source from the content-addressed store, hash-verified

805 * @private
806 */
807 setLogLevel(logLevel: $Keys<typeof LogLevel>): Promise<$Keys<typeof LogLevel> | void>;
808
809 /**
810 * Get current log level for native module's logging mechanism.

Callers 8

utils.tsFile · 0.65
constructorMethod · 0.65
BLEServiceInstanceClass · 0.65
utils.tsFile · 0.65
constructorMethod · 0.65
BLEServiceInstanceClass · 0.65
setLogLevelMethod · 0.65
BleManager.jsFile · 0.65

Implementers 1

BlePlxModuleandroid/src/main/java/com/bleplx/BlePl

Calls

no outgoing calls

Tested by

no test coverage detected