MCPcopy
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
64func (l *Logger) Debugf(format string, args ...any) {
65 l.logMsg(DebugLevel, fmt.Sprintf(format, args...))
66}
67
68func (l *Logger) Info(args ...any) {
69 l.logMsg(InfoLevel, fmt.Sprint(args...))

Callers 1

TestLoggerDebugfFunction · 0.95

Calls 1

logMsgMethod · 0.95

Tested by 1

TestLoggerDebugfFunction · 0.76