Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ log_d
Function
log_d
lib/DevEngine/src/main/java/dev/engine/extensions/log/log.kt:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
// =============================
36
37
fun log_d(
38
engine: String? = null,
39
message: String?,
40
vararg args: Any?
41
) {
42
engine.getLogEngine()?.d(message, *args)
43
}
44
45
fun log_e(
46
engine: String? = null,
Callers
2
initScreenshot
Method · 0.85
onApply
Method · 0.85
Calls
1
d
Method · 0.65
Tested by
no test coverage detected