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

Method IsDebug

framework/log/log.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (l *Logger) IsDebug() bool {
62 return l.Debug || (l.Parent != nil && l.Parent.IsDebug())
63}
64
65func (l *Logger) Debugf(format string, val ...interface{}) {
66 if !l.IsDebug() {

Callers 4

DebugfMethod · 0.95
DebuglnMethod · 0.95
DebugMsgMethod · 0.95
WriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected