Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
wrapRequest
Method · 0.95
onJoinParse
Method · 0.95
getValue
Method · 0.95
getWhereString
Method · 0.95
gainRealKey
Method · 0.95
Calls
1
logInfo
Method · 0.95
Tested by
no test coverage detected