setDebugLogging static method
Enable or disable SDK debug logging.
Implementation
static void setDebugLogging(bool enabled) {
_applyDebugLogging(enabled);
}
Enable or disable SDK debug logging.
static void setDebugLogging(bool enabled) {
_applyDebugLogging(enabled);
}