MCPcopy
hub / github.com/aceld/zinx / Debugf

Function Debugf

zlog/stdzlog.go:72–74  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

70}
71
72func Debugf(format string, v ...interface{}) {
73 StdZinxLog.Debugf(format, v...)
74}
75
76func Debug(v ...interface{}) {
77 StdZinxLog.Debug(v...)

Callers 1

TestStdZLogFunction · 0.92

Calls 1

DebugfMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74