MCPcopy
hub / github.com/runfinch/finch / Debugf

Method Debugf

pkg/flog/log.go:11–11  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

9//go:generate mockgen -copyright_file=../../copyright_header -destination=../mocks/logger.go -package=mocks -mock_names Logger=Logger . Logger
10type Logger interface {
11 Debugf(format string, args ...interface{})
12 Debugln(args ...interface{})
13 Info(args ...interface{})
14 Infof(format string, args ...interface{})

Callers 15

createMethod · 0.65
createMethod · 0.65
toVMStatusFunction · 0.65
toVMTypeFunction · 0.65
TestGetVMStatusFunction · 0.65
TestGetVMTypeFunction · 0.65
DebugfMethod · 0.65
EnsureUserDataDiskMethod · 0.65

Implementers 3

Loggerpkg/mocks/logger.go
LoggerMockRecorderpkg/mocks/logger.go
Logruspkg/flog/logrus.go

Calls

no outgoing calls