dDom static method

void dDom(
  1. String msg
)

Implementation

static void dDom(String msg) {
  if (kDebugLogDomEnable && _kDebugEnable) {
    printLog("DOM", LogLevel.debug, msg);
  }
}