OpenWriter opens a log for writing. The writer should be safe for concurrent use but need not be synchronous.
()
| 275 | // should be safe for concurrent use but need not |
| 276 | // be synchronous. |
| 277 | OpenWriter() (io.WriteCloser, error) |
| 278 | } |
| 279 | |
| 280 | // IsWriterStandardStream returns true if the input is a |
no outgoing calls