MCPcopy Create free account
hub / github.com/transistorsoft/react-native-background-geolocation / log

Method log

src/NativeModule.js:392–394  ·  view source on GitHub ↗

* Logging & Debug Methods

(level, message)

Source from the content-addressed store, hash-verified

390 */
391
392 static log(level, message) {
393 return RNBackgroundGeolocation.log(level, message);
394 }
395
396 static setLogLevel(value) {
397 return RNBackgroundGeolocation.setLogLevel(value);

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected