MCPcopy
hub / github.com/name5566/leaf / Debug

Function Debug

log/log.go:135–137  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

133}
134
135func Debug(format string, a ...interface{}) {
136 gLogger.doPrintf(debugLevel, printDebugLevel, format, a...)
137}
138
139func Release(format string, a ...interface{}) {
140 gLogger.doPrintf(releaseLevel, printReleaseLevel, format, a...)

Callers

nothing calls this directly

Calls 1

doPrintfMethod · 0.80

Tested by

no test coverage detected