Error returns the VM error captured by the trace.
()
| 207 | |
| 208 | // Error returns the VM error captured by the trace. |
| 209 | func (l *StructLogger) Error() error { return l.err } |
| 210 | |
| 211 | // Output returns the VM return value captured by the trace. |
| 212 | func (l *StructLogger) Output() []byte { return l.output } |