Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ setPrint
Method
setPrint
lib/DevApp/src/main/java/dev/utils/JCLogUtils.java:373–375 ·
view source on GitHub ↗
设置日志输出接口 @param print 日志输出接口
(final Print print)
Source
from the content-addressed store, hash-verified
371
* @param print 日志输出接口
372
*/
373
public
static
void
setPrint(
final
Print print) {
374
JCLogUtils.sPrint = print;
375
}
376
377
/**
378
* detail: 日志输出接口
Callers
2
init
Method · 0.95
onCreate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected