triggers the log capture and returns the log entries
(identifier ...string)
| 598 | |
| 599 | // triggers the log capture and returns the log entries |
| 600 | StartCaptureLog(identifier ...string) (err error) |
| 601 | StopCaptureLog() (result interface{}, err error) |
| 602 | } |