isLog method

bool isLog()

是否打印调试信息

Implementation

bool isLog() {
  return MCNetworkConfig().isLog;
}