Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/APIJSON
/ v
Method
v
APIJSONORM/src/main/java/apijson/Log.java:102–106 ·
view source on GitHub ↗
@param TAG @param msg
(String TAG, String msg)
Source
from the content-addressed store, hash-verified
100
* @param msg
101
*/
102
public
static
void
v(String TAG, String msg) {
103
if
(DEBUG) {
104
logInfo(TAG, msg, LEVEL_VERBOSE);
105
}
106
}
107
108
/**
109
* @param TAG
Callers
nothing calls this directly
Calls
1
logInfo
Method · 0.95
Tested by
no test coverage detected