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

Method Debug

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

Source from the content-addressed store, hash-verified

108}
109
110func (logger *Logger) Debug(format string, a ...interface{}) {
111 logger.doPrintf(debugLevel, printDebugLevel, format, a...)
112}
113
114func (logger *Logger) Release(format string, a ...interface{}) {
115 logger.doPrintf(releaseLevel, printReleaseLevel, format, a...)

Callers 6

runMethod · 0.80
ServeHTTPMethod · 0.80
doWriteMethod · 0.80
doWriteMethod · 0.80
ExampleFunction · 0.80
RunMethod · 0.80

Calls 1

doPrintfMethod · 0.95

Tested by 1

ExampleFunction · 0.64