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

Method Info

sugar.go:154–156  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

152// Info logs the provided arguments at [InfoLevel].
153// Spaces are added between arguments when neither is a string.
154func (s *SugaredLogger) Info(args ...interface{}) {
155 s.log(InfoLevel, "", args, nil)
156}
157
158// Warn logs the provided arguments at [WarnLevel].
159// 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