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

Method fd

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

Forced debug @param TAG tag @param msg debug messages

(String TAG, String msg)

Source from the content-addressed store, hash-verified

82 * @param msg debug messages
83 */
84 public static void fd(String TAG, String msg) {
85 logInfo(TAG, msg, LEVEL_DEBUG);
86 }
87
88 /**
89 * Generate separation line

Callers 1

parseResponseMethod · 0.95

Calls 1

logInfoMethod · 0.95

Tested by

no test coverage detected