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

Function log_v

lib/DevEngine/src/main/java/dev/engine/extensions/log/log.kt:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85fun log_v(
86 engine: String? = null,
87 message: String?,
88 vararg args: Any?
89) {
90 engine.getLogEngine()?.v(message, *args)
91}
92
93fun log_wtf(
94 engine: String? = null,

Callers

nothing calls this directly

Calls 1

vMethod · 0.65

Tested by

no test coverage detected