(v ...interface{})
| 118 | } |
| 119 | |
| 120 | func Stack(v ...interface{}) { |
| 121 | StdZinxLog.Stack(v...) |
| 122 | } |
| 123 | |
| 124 | func 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 |