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

Function Debug

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

Source from the content-addressed store, hash-verified

74}
75
76func Debug(v ...interface{}) {
77 StdZinxLog.Debug(v...)
78}
79
80func Infof(format string, v ...interface{}) {
81 StdZinxLog.Infof(format, v...)

Callers 15

TestStdZLogFunction · 0.92
DoClientConnectedBeginFunction · 0.92
DoClientConnectedBeginFunction · 0.92
DoClientConnectedLostFunction · 0.92
DoClientConnectedBeginFunction · 0.92
DoClientConnectedLostFunction · 0.92
OnConnectionAddFunction · 0.92
OnConnectionLostFunction · 0.92
DoClientConnectedBeginFunction · 0.92
DoClientConnectedLostFunction · 0.92
HandleMethod · 0.92
HandleMethod · 0.92

Calls 1

DebugMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74