Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
61
func
(l *Logger) IsDebug() bool {
62
return
l.Debug || (l.Parent != nil && l.Parent.IsDebug())
63
}
64
65
func
(l *Logger) Debugf(format string, val ...
interface
{}) {
66
if
!l.IsDebug() {
Callers
4
Debugf
Method · 0.95
Debugln
Method · 0.95
DebugMsg
Method · 0.95
Write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected