MCPcopy
hub / github.com/tuna/tunasync / Debug

Method Debug

internal/logger.go:55–57  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

53}
54
55func (l *Logger) Debug(args ...any) {
56 l.log(slog.LevelDebug, normalizeArgs(args...))
57}
58
59func (l *Logger) Debugf(format string, args ...any) {
60 l.log(slog.LevelDebug, formatMessage(format, args...))

Callers 3

RunMethod · 0.80

Calls 2

logMethod · 0.95
normalizeArgsFunction · 0.85