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

Function Warn

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

Source from the content-addressed store, hash-verified

90}
91
92func Warn(v ...interface{}) {
93 StdZinxLog.Warn(v...)
94}
95
96func Errorf(format string, v ...interface{}) {
97 StdZinxLog.Errorf(format, v...)

Callers 1

TestStdZLogFunction · 0.92

Calls 1

WarnMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74