MCPcopy Create free account
hub / github.com/Cyinx/einx / LogDebug

Function LogDebug

slog/slog_manager.go:75–77  ·  view source on GitHub ↗
(name string, format string, args ...interface{})

Source from the content-addressed store, hash-verified

73}
74
75func LogDebug(name string, format string, args ...interface{}) {
76 post_log(DEBUG, true, name, format, args...)
77}
78
79func LogInfo(name string, format string, args ...interface{}) {
80 post_log(INFO, false, name, format, args...)

Callers

nothing calls this directly

Calls 1

post_logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…