enable static method

void enable(
  1. bool enable
)

Implementation

static void enable(bool enable) {
  _enableLogging = enable;
}