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

Method Debug

go/base/default_logger.go:18–20  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

16}
17
18func (*simpleLogger) Debug(args ...interface{}) {
19 log.Debug(args[0].(string), args[1:])
20}
21
22func (*simpleLogger) Debugf(format string, args ...interface{}) {
23 log.Debugf(format, args...)

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected