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

Function Warnf

zlog/stdzlog.go:88–90  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

86}
87
88func Warnf(format string, v ...interface{}) {
89 StdZinxLog.Warnf(format, v...)
90}
91
92func Warn(v ...interface{}) {
93 StdZinxLog.Warn(v...)

Callers

nothing calls this directly

Calls 1

WarnfMethod · 0.80

Tested by

no test coverage detected