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

Method Debugln

sugar.go:299–301  ·  view source on GitHub ↗

Debugln logs a message at [DebugLevel]. Spaces are always added between arguments.

(args ...interface{})

Source from the content-addressed store, hash-verified

297// Debugln logs a message at [DebugLevel].
298// Spaces are always added between arguments.
299func (s *SugaredLogger) Debugln(args ...interface{}) {
300 s.logln(DebugLevel, args, nil)
301}
302
303// Infoln logs a message at [InfoLevel].
304// Spaces are always added between arguments.

Callers 1

TestSugarLnLoggingFunction · 0.80

Calls 1

loglnMethod · 0.95

Tested by 1

TestSugarLnLoggingFunction · 0.64