setDebugLogging static method

void setDebugLogging(
  1. bool enabled
)

Enable or disable SDK debug logging.

Implementation

static void setDebugLogging(bool enabled) {
  _applyDebugLogging(enabled);
}