Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moonD4rk/HackBrowserData
/ Debugf
Method
Debugf
log/logger.go:64–66 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(l *Logger) Debugf(format string, args ...any) {
65
l.logMsg(DebugLevel, fmt.Sprintf(format, args...))
66
}
67
68
func
(l *Logger) Info(args ...any) {
69
l.logMsg(InfoLevel, fmt.Sprint(args...))
Callers
1
TestLoggerDebugf
Function · 0.95
Calls
1
logMsg
Method · 0.95
Tested by
1
TestLoggerDebugf
Function · 0.76