MCPcopy Create free account
hub / github.com/docker/secrets-engine / Printf

Method Printf

x/logging/logging.go:29–29  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

27
28type Logger interface {
29 Printf(format string, v ...interface{})
30 Warnf(format string, v ...interface{})
31 Errorf(format string, v ...interface{})
32}

Callers 14

setupFunction · 0.65
registerMethod · 0.65
doRegisterFunction · 0.65
NewFunction · 0.65
newCommandFunction · 0.65
BumpModInFileMethod · 0.65
GitTagMethod · 0.65
GitCommitMethod · 0.65
PrintfMethod · 0.65
WarnfMethod · 0.65
ErrorfMethod · 0.65

Implementers 4

testLoggerstore/posixage/store_test.go
noopLoggerstore/posixage/logger.go
noopLoggerstore/posixage/internal/flock/flock.go
defaultLoggerx/logging/logging.go

Calls

no outgoing calls

Tested by

no test coverage detected