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

Method Debugf

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

Source from the content-addressed store, hash-verified

63}
64
65func (l *Logger) Debugf(format string, val ...interface{}) {
66 if !l.IsDebug() {
67 return
68 }
69 l.log(true, l.formatMsg(fmt.Sprintf(format, val...), nil))
70}
71
72func (l *Logger) Debugln(val ...interface{}) {
73 if !l.IsDebug() {

Callers 15

DebugfFunction · 0.80
AuthPlainMethod · 0.80
checkMustGroupMethod · 0.80
reloadMethod · 0.80
checkStatesMethod · 0.80
startMethod · 0.80
srcBlockForAddrMethod · 0.80
BodyMethod · 0.80
AbortMethod · 0.80
rcptBlockForAddrMethod · 0.80
getDeliveryMethod · 0.80
runMethod · 0.80

Calls 3

IsDebugMethod · 0.95
logMethod · 0.95
formatMsgMethod · 0.95

Tested by

no test coverage detected