MCPcopy
hub / github.com/uber-go/zap / Debug

Method Debug

sugar.go:148–150  ·  view source on GitHub ↗

Debug logs the provided arguments at [DebugLevel]. Spaces are added between arguments when neither is a string.

(args ...interface{})

Source from the content-addressed store, hash-verified

146// Debug logs the provided arguments at [DebugLevel].
147// Spaces are added between arguments when neither is a string.
148func (s *SugaredLogger) Debug(args ...interface{}) {
149 s.log(DebugLevel, "", args, nil)
150}
151
152// Info logs the provided arguments at [InfoLevel].
153// Spaces are added between arguments when neither is a string.

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected