WriteLogEntry writes a single log line for the given stream ("stdout" or "stderr"). It may be called concurrently for different streams.
(stream, line string)
| 79 | // WriteLogEntry writes a single log line for the given stream ("stdout" or |
| 80 | // "stderr"). It may be called concurrently for different streams. |
| 81 | WriteLogEntry(stream, line string) error |
| 82 | } |
| 83 | |
| 84 | type DriverFactory func(map[string]string, string) (Driver, error) |
no outgoing calls
no test coverage detected