(l proto.LogLevel, o string)
| 595 | |
| 596 | type logSink interface { |
| 597 | ProvisionLog(l proto.LogLevel, o string) |
| 598 | } |
| 599 | |
| 600 | // logWriter creates a WriteCloser that will log each line of text at the given level. The WriteCloser must be closed |
no outgoing calls