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

Method w

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

@param TAG @param msg

(String TAG, String msg)

Source from the content-addressed store, hash-verified

143 * @param msg
144 */
145 public static void w(String TAG, String msg) {
146 if (DEBUG) {
147 logInfo(TAG, msg, LEVEL_WARN);
148 }
149 }
150
151}

Callers 5

wrapRequestMethod · 0.95
onJoinParseMethod · 0.95
getValueMethod · 0.95
getWhereStringMethod · 0.95
gainRealKeyMethod · 0.95

Calls 1

logInfoMethod · 0.95

Tested by

no test coverage detected