dLayout static method

void dLayout(
  1. String msg
)

Implementation

static void dLayout(String msg) {
  if (kDebugLogLayoutEnable && _kDebugEnable) {
    printLog("RenderLayout", LogLevel.debug, msg);
  }
}