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

Function Error

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

Source from the content-addressed store, hash-verified

98}
99
100func Error(v ...interface{}) {
101 StdZinxLog.Error(v...)
102}
103
104func Fatalf(format string, v ...interface{}) {
105 StdZinxLog.Fatalf(format, v...)

Callers 15

TestStdZLogFunction · 0.92
HandleMethod · 0.92
businessFunction · 0.92
businessFunction · 0.92
DoConnectionBeginFunction · 0.92
onClient1StartFunction · 0.92
onClient2StartFunction · 0.92
onClient3StartFunction · 0.92
HandleMethod · 0.92
businessFunction · 0.92
HandleMethod · 0.92
businessFunction · 0.92

Calls 1

ErrorMethod · 0.80

Tested by 3

TestStdZLogFunction · 0.74
TestNewTimerSchedulerFunction · 0.74