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

Method i

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

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

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

Source from the content-addressed store, hash-verified

119 * @param args 格式化参数
120 */
121 public static void i(
122 final String message,
123 final Object... args
124 ) {
125 sPrinter.i(message, args);
126 }
127
128 /**
129 * 打印 Log.VERBOSE

Callers 1

tempLogMethod · 0.95

Calls 1

iMethod · 0.65

Tested by

no test coverage detected