setDebugEnabled static method

void setDebugEnabled(
  1. bool enabled
)

Enables or disables runtime debug logging. Wired to Plotline.debug().

Implementation

static void setDebugEnabled(bool enabled) {
  _debugEnabled = enabled;
}