MCPcopy
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
80func Infof(format string, v ...interface{}) {
81 StdZinxLog.Infof(format, v...)
82}
83
84func Info(v ...interface{}) {
85 StdZinxLog.Info(v...)

Callers 5

HandleMethod · 0.92
onClient1StartFunction · 0.92
onClient2StartFunction · 0.92
onClient3StartFunction · 0.92
HandleMethod · 0.92

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected