Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Infof
Function
Infof
zlog/stdzlog.go:80–82 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
78
}
79
80
func
Infof(format string, v ...
interface
{}) {
81
StdZinxLog.Infof(format, v...)
82
}
83
84
func
Info(v ...
interface
{}) {
85
StdZinxLog.Info(v...)
Callers
5
Handle
Method · 0.92
onClient1Start
Function · 0.92
onClient2Start
Function · 0.92
onClient3Start
Function · 0.92
Handle
Method · 0.92
Calls
1
Infof
Method · 0.80
Tested by
no test coverage detected