dOperate static method

void dOperate(
  1. String msg
)

Implementation

static void dOperate(String msg) {
  if (kDebugLogOperateEnable && _kDebugEnable) {
    printLog("Operate", LogLevel.debug, msg);
  }
}