Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
fun log_v(
86
engine: String? = null,
87
message: String?,
88
vararg args: Any?
89
) {
90
engine.getLogEngine()?.v(message, *args)
91
}
92
93
fun log_wtf(
94
engine: String? = null,
Callers
nothing calls this directly
Calls
1
v
Method · 0.65
Tested by
no test coverage detected