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

Method d

lib/DevJava/src/main/java/dev/utils/JCLogUtils.java:172–177  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

170 * @param args 格式化参数
171 */
172 public static void d(
173 final String message,
174 final Object... args
175 ) {
176 dTag(DEFAULT_TAG, message, args);
177 }
178
179 /**
180 * 使用默认 TAG 打印异常信息

Callers

nothing calls this directly

Calls 1

dTagMethod · 0.95

Tested by

no test coverage detected