Output returns the VM return value captured by the trace.
()
| 210 | |
| 211 | // Output returns the VM return value captured by the trace. |
| 212 | func (l *StructLogger) Output() []byte { return l.output } |
| 213 | |
| 214 | // WriteTrace writes a formatted trace to the given writer |
| 215 | func WriteTrace(writer io.Writer, logs []StructLog) { |