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