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

Method Logln

sugar.go:293–295  ·  view source on GitHub ↗

Logln logs a message at provided level. Spaces are always added between arguments.

(lvl zapcore.Level, args ...interface{})

Source from the content-addressed store, hash-verified

291// Logln logs a message at provided level.
292// Spaces are always added between arguments.
293func (s *SugaredLogger) Logln(lvl zapcore.Level, args ...interface{}) {
294 s.logln(lvl, args, nil)
295}
296
297// Debugln logs a message at [DebugLevel].
298// Spaces are always added between arguments.

Callers 1

TestSugarLnLoggingFunction · 0.80

Calls 1

loglnMethod · 0.95

Tested by 1

TestSugarLnLoggingFunction · 0.64