setLogger static method

dynamic setLogger(
  1. bool state
)

Implementation

static setLogger(bool state) {
  _markLogger = state;
}