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

Method i

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

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

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

Source from the content-addressed store, hash-verified

205 * @param args 格式化参数
206 */
207 public static void i(
208 final String message,
209 final Object... args
210 ) {
211 iTag(DEFAULT_TAG, message, args);
212 }
213
214 /**
215 * 使用默认 TAG 打印 VERBOSE 日志

Callers

nothing calls this directly

Calls 1

iTagMethod · 0.95

Tested by

no test coverage detected