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

Method Debugf

sugar.go:197–199  ·  view source on GitHub ↗

Debugf formats the message according to the format specifier and logs it at [DebugLevel].

(template string, args ...interface{})

Source from the content-addressed store, hash-verified

195// Debugf formats the message according to the format specifier
196// and logs it at [DebugLevel].
197func (s *SugaredLogger) Debugf(template string, args ...interface{}) {
198 s.log(DebugLevel, template, args, nil)
199}
200
201// Infof formats the message according to the format specifier
202// and logs it at [InfoLevel].

Callers 1

Calls 1

logMethod · 0.95

Tested by 1