Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ log_i
Function
log_i
lib/DevEngine/src/main/java/dev/engine/extensions/log/log.kt:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
fun log_i(
78
engine: String? = null,
79
message: String?,
80
vararg args: Any?
81
) {
82
engine.getLogEngine()?.i(message, *args)
83
}
84
85
fun log_v(
86
engine: String? = null,
Callers
nothing calls this directly
Calls
1
i
Method · 0.65
Tested by
no test coverage detected