MCPcopy Index your code
hub / github.com/aceld/zinx / Info

Function Info

zlog/stdzlog.go:84–86  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

82}
83
84func Info(v ...interface{}) {
85 StdZinxLog.Info(v...)
86}
87
88func Warnf(format string, v ...interface{}) {
89 StdZinxLog.Warnf(format, v...)

Callers 1

TestStdZLogFunction · 0.92

Calls 1

InfoMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74