MCPcopy Create free account
hub / github.com/DoNewsCode/core / Warn

Method Warn

logging/log.go:192–194  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

190}
191
192func (l levelLogger) Warn(args ...interface{}) {
193 _ = level.Warn(l).Log("msg", Sprint(args...))
194}
195
196func (l levelLogger) Err(args ...interface{}) {
197 _ = level.Error(l).Log("msg", Sprint(args...))

Callers

nothing calls this directly

Calls 3

SprintFunction · 0.85
LogMethod · 0.80
WarnMethod · 0.65

Tested by

no test coverage detected