MCPcopy Index your code
hub / github.com/Tencent/APIJSON / d

Method d

APIJSONORM/src/main/java/apijson/Log.java:73–77  ·  view source on GitHub ↗

@param TAG @param msg

(String TAG, String msg)

Source from the content-addressed store, hash-verified

71 * @param msg
72 */
73 public static void d(String TAG, String msg) {
74 if (DEBUG) {
75 logInfo(TAG, msg, LEVEL_DEBUG);
76 }
77 }
78
79 /**
80 * Forced debug

Callers 15

parseResponseMethod · 0.95
onArrayParseMethod · 0.95
putQueryResultMethod · 0.95
executeSQLMethod · 0.95
beginMethod · 0.95
rollbackMethod · 0.95
commitMethod · 0.95
closeMethod · 0.95
executeMethod · 0.95
executeAppJoinMethod · 0.95
beginMethod · 0.95
rollbackMethod · 0.95

Calls 1

logInfoMethod · 0.95

Tested by

no test coverage detected