Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
func
Debugf(format string, v ...
interface
{}) {
73
StdZinxLog.Debugf(format, v...)
74
}
75
76
func
Debug(v ...
interface
{}) {
77
StdZinxLog.Debug(v...)
Callers
1
TestStdZLog
Function · 0.92
Calls
1
Debugf
Method · 0.80
Tested by
1
TestStdZLog
Function · 0.74