setDebug static method

void setDebug(
  1. bool enabled
)

Implementation

static void setDebug(bool enabled) {
  debugEnabled = enabled;
}