MCPcopy
hub / github.com/uber/aresdb / Warn

Method Warn

common/log.go:121–123  ·  view source on GitHub ↗

Warn is log at warning level

(args ...interface{})

Source from the content-addressed store, hash-verified

119
120// Warn is log at warning level
121func (z *ZapLogger) Warn(args ...interface{}) {
122 z.sugaredLogger.Warn(args...)
123}
124
125// Warnf is log at warning level with fmt.Printf-like formatting
126func (z *ZapLogger) Warnf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 1

WarnMethod · 0.65

Tested by

no test coverage detected