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

Method i

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

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

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

Source from the content-addressed store, hash-verified

216 * @param args 格式化参数
217 */
218 public static void i(
219 final String message,
220 final Object... args
221 ) {
222 iTag(DEFAULT_TAG, message, args);
223 }
224
225 /**
226 * 使用默认 TAG 格式化并打印 XML

Callers

nothing calls this directly

Calls 1

iTagMethod · 0.95

Tested by

no test coverage detected