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

Method Info

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

Source from the content-addressed store, hash-verified

186}
187
188func (l levelLogger) Info(args ...interface{}) {
189 _ = level.Info(l).Log("msg", Sprint(args...))
190}
191
192func (l levelLogger) Warn(args ...interface{}) {
193 _ = level.Warn(l).Log("msg", Sprint(args...))

Callers

nothing calls this directly

Calls 3

SprintFunction · 0.85
LogMethod · 0.80
InfoMethod · 0.65

Tested by

no test coverage detected