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

Method w

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

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

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

Source from the content-addressed store, hash-verified

193 * @param args 格式化参数
194 */
195 public static void w(
196 final String message,
197 final Object... args
198 ) {
199 wTag(DEFAULT_TAG, message, args);
200 }
201
202 /**
203 * 使用默认 TAG 打印 INFO 日志

Callers

nothing calls this directly

Calls 1

wTagMethod · 0.95

Tested by

no test coverage detected