MCPcopy Create free account
hub / github.com/afkT/DevUtils / dTag

Method dTag

lib/DevApp/src/main/java/dev/utils/JCLogUtils.java:243–251  ·  view source on GitHub ↗

打印 DEBUG 日志 @param tag 日志 TAG @param message 日志内容 @param args 格式化参数

(
            final String tag,
            final String message,
            final Object... args
    )

Source from the content-addressed store, hash-verified

241 * @param args 格式化参数
242 */
243 public static void dTag(
244 final String tag,
245 final String message,
246 final Object... args
247 ) {
248 if (JUDGE_PRINT_LOG) {
249 printLog(DEBUG, tag, createMessage(message, args));
250 }
251 }
252
253 /**
254 * 打印 ERROR 日志(仅消息)

Callers 3

dMethod · 0.95
unzipFileByKeywordMethod · 0.95
getFilesPathMethod · 0.95

Calls 2

printLogMethod · 0.95
createMessageMethod · 0.95

Tested by

no test coverage detected