StructLogs returns the captured log entries.
()
| 204 | |
| 205 | // StructLogs returns the captured log entries. |
| 206 | func (l *StructLogger) StructLogs() []StructLog { return l.logs } |
| 207 | |
| 208 | // Error returns the VM error captured by the trace. |
| 209 | func (l *StructLogger) Error() error { return l.err } |