isEnable static method

bool isEnable()

获取是否打印

Implementation

static bool isEnable() {
  return _enable;
}