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

Method eTag

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

打印 ERROR 日志(仅消息) @param tag 日志 TAG @param message 日志内容 @param args 格式化参数

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

Source from the content-addressed store, hash-verified

257 * @param args 格式化参数
258 */
259 public static void eTag(
260 final String tag,
261 final String message,
262 final Object... args
263 ) {
264 if (JUDGE_PRINT_LOG) {
265 printLog(ERROR, tag, createMessage(message, args));
266 }
267 }
268
269 /**
270 * 打印 ERROR 日志(仅 Throwable)

Callers 15

eMethod · 0.95
closeIOMethod · 0.95
flushMethod · 0.95
flushCloseIOMethod · 0.95
lengthMethod · 0.95
getByArrayMethod · 0.95
getMethod · 0.95
getPositionMethod · 0.95
asListMethod · 0.95
asListArgsMethod · 0.95
subArrayMethod · 0.95
getMinimumMethod · 0.95

Calls 3

printLogMethod · 0.95
createMessageMethod · 0.95
concatErrorMessageMethod · 0.95

Tested by

no test coverage detected