setUseColor static method

void setUseColor(
  1. bool use
)

设置是否使用颜色输出

Implementation

static void setUseColor(bool use) {
  _useColor = use;
}