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

Method Debug

go/base/context.go:281–281  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

279
280type Logger interface {
281 Debug(args ...interface{})
282 Debugf(format string, args ...interface{})
283 Info(args ...interface{})
284 Infof(format string, args ...interface{})

Callers 1

DebugMethod · 0.65

Implementers 1

simpleLoggergo/base/default_logger.go

Calls

no outgoing calls

Tested by

no test coverage detected