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

Method wtf

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

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

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

Source from the content-addressed store, hash-verified

143 * @param args 格式化参数
144 */
145 public static void wtf(
146 final String message,
147 final Object... args
148 ) {
149 sPrinter.wtf(message, args);
150 }
151
152 // =
153

Callers 1

tempLogMethod · 0.95

Calls 1

wtfMethod · 0.65

Tested by

no test coverage detected