MCPcopy Index your code
hub / github.com/zalando/skipper / Debug

Method Debug

logging/logger.go:42–42  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

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

DebugMethod · 0.65

Tested by 1

TestLoggerFunction · 0.76