MCPcopy Create free account
hub / github.com/zalando/skipper / Infof

Method Infof

logging/logger.go:41–41  ·  view source on GitHub ↗
(f string, a ...any)

Source from the content-addressed store, hash-verified

39func (dl *DefaultLog) Warnf(f string, a ...any) { logrus.Warnf(f, a...) }
40func (dl *DefaultLog) Info(a ...any) { logrus.Info(a...) }
41func (dl *DefaultLog) Infof(f string, a ...any) { logrus.Infof(f, a...) }
42func (dl *DefaultLog) Debug(a ...any) { logrus.Debug(a...) }
43func (dl *DefaultLog) Debugf(f string, a ...any) { logrus.Debugf(f, a...) }

Callers 1

TestLoggerFunction · 0.95

Calls 1

InfofMethod · 0.65

Tested by 1

TestLoggerFunction · 0.76