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

Function Stack

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

Source from the content-addressed store, hash-verified

118}
119
120func Stack(v ...interface{}) {
121 StdZinxLog.Stack(v...)
122}
123
124func init() {
125 // Since the StdZinxLog object wraps all output methods with an extra layer, the call depth is one more than a normal logger object

Callers 1

TestStdZLogFunction · 0.92

Calls 1

StackMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74