MCPcopy 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
37fun log_d(
38 engine: String? = null,
39 message: String?,
40 vararg args: Any?
41) {
42 engine.getLogEngine()?.d(message, *args)
43}
44
45fun log_e(
46 engine: String? = null,

Callers 2

initScreenshotMethod · 0.85
onApplyMethod · 0.85

Calls 1

dMethod · 0.65

Tested by

no test coverage detected