enableLog static method
enable debug logging
enableLog
log switch
Implementation
static void enableLog(bool enableLog) {
if (enableLog) {
ThinkingAnalyticsAPI.enableLog();
}
}
enable debug logging
enableLog
log switch
static void enableLog(bool enableLog) {
if (enableLog) {
ThinkingAnalyticsAPI.enableLog();
}
}