enableDebugLog static method

void enableDebugLog(
  1. bool enable
)

Implementation

static void enableDebugLog(bool enable) {
  _kDebugEnable = enable;
}