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

Method d

lib/DevApp/src/main/java/dev/utils/app/logger/DevLogger.java:63–68  ·  view source on GitHub ↗

打印 Log.DEBUG @param message 日志信息 @param args 格式化参数

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

Source from the content-addressed store, hash-verified

61 * @param args 格式化参数
62 */
63 public static void d(
64 final String message,
65 final Object... args
66 ) {
67 sPrinter.d(message, args);
68 }
69
70 /**
71 * 打印 Log.ERROR

Callers 1

tempLogMethod · 0.95

Calls 1

dMethod · 0.65

Tested by

no test coverage detected