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

Method wtf

lib/DevApp/src/main/java/dev/utils/app/logger/IPrinter.java:115–115  ·  view source on GitHub ↗

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

(
            String message,
            Object... args
    )

Source from the content-addressed store, hash-verified

113 * @param args 格式化参数
114 */
115 void wtf(
116 String message,
117 Object... args
118 );

Callers 8

LogPrintUtilsClass · 0.65
wtfMethod · 0.65
DevLoggerClass · 0.65
wtfTagMethod · 0.65
wtfMethod · 0.65
log_wtfFunction · 0.65
onCreateMethod · 0.65
tempLogMethod · 0.65

Implementers 2

LoggerPrinterlib/DevApp/src/main/java/dev/utils/app
DevLoggerlib/DevApp/src/main/java/dev/utils/app

Calls

no outgoing calls

Tested by

no test coverage detected