MCPcopy Index your code
hub / github.com/foxcpp/maddy / Printf

Function Printf

framework/log/log.go:279–279  ·  view source on GitHub ↗
(format string, val ...interface{})

Source from the content-addressed store, hash-verified

277func Debugf(format string, val ...interface{}) { DefaultLogger.Debugf(format, val...) }
278func Debugln(val ...interface{}) { DefaultLogger.Debugln(val...) }
279func Printf(format string, val ...interface{}) { DefaultLogger.Printf(format, val...) }
280func Println(val ...interface{}) { DefaultLogger.Println(val...) }

Callers 7

handleSignalsFunction · 0.92
handleSignalsFunction · 0.92
RegisterDeprecatedFunction · 0.92
EnableUpdatePipeMethod · 0.92
reloaderMethod · 0.92
runAndMergeResultsMethod · 0.92
CheckConnectionMethod · 0.92

Calls 1

PrintfMethod · 0.45

Tested by

no test coverage detected