MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Debug

Function Debug

log/log.go:12–14  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

10}
11
12func Debug(args ...any) {
13 defaultLogger.logMsg(DebugLevel, fmt.Sprint(args...))
14}
15
16func Debugf(format string, args ...any) {
17 defaultLogger.logMsg(DebugLevel, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected