dBridge static method
Implementation
static void dBridge(String msg) {
if (kDebugLogBridgeEnable && _kDebugEnable) {
printLog("Bridge", LogLevel.debug, msg);
}
}
static void dBridge(String msg) {
if (kDebugLogBridgeEnable && _kDebugEnable) {
printLog("Bridge", LogLevel.debug, msg);
}
}