MCPcopy
hub / github.com/github/gh-ost / Debugf

Method Debugf

go/base/default_logger.go:22–24  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

20}
21
22func (*simpleLogger) Debugf(format string, args ...interface{}) {
23 log.Debugf(format, args...)
24}
25
26func (*simpleLogger) Info(args ...interface{}) {
27 log.Info(args[0].(string), args[1:])

Callers

nothing calls this directly

Calls 1

DebugfMethod · 0.65

Tested by

no test coverage detected