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

Function Debugf

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

Source from the content-addressed store, hash-verified

275}
276
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 6

RegisterModulesFunction · 0.92
systemdStatusFunction · 0.92
systemdStatusErrFunction · 0.92
ModuleFromNodeFunction · 0.92
readTLSBlockFunction · 0.92
TLSClientBlockFunction · 0.92

Calls 1

DebugfMethod · 0.80

Tested by

no test coverage detected