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

Method Printf

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

Source from the content-addressed store, hash-verified

66}
67
68func (d defaultLogger) Printf(format string, v ...interface{}) {
69 d.logger.Printf(suffix()+d.prefix+format, v...)
70}
71
72func (d defaultLogger) Warnf(format string, v ...interface{}) {
73 d.logger.Printf(suffix()+"[WARN] "+d.prefix+format, v...)

Callers 1

Test_logFilePrefixFunction · 0.95

Calls 2

suffixFunction · 0.85
PrintfMethod · 0.65

Tested by 1

Test_logFilePrefixFunction · 0.76