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

Method wtf

lib/DevApp/src/main/java/dev/utils/LogPrintUtils.java:231–236  ·  view source on GitHub ↗

使用默认 TAG 打印 WTF 日志 @param message 日志内容 @param args 格式化参数

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

Source from the content-addressed store, hash-verified

229 * @param args 格式化参数
230 */
231 public static void wtf(
232 final String message,
233 final Object... args
234 ) {
235 wtfTag(DEFAULT_TAG, message, args);
236 }
237
238 /**
239 * 使用默认 TAG 格式化并打印 JSON

Callers

nothing calls this directly

Calls 1

wtfTagMethod · 0.95

Tested by

no test coverage detected