(ctx context.Context, format string, args ...interface{})
| 79 | |
| 80 | func (noopCapnpLogger) Infof(ctx context.Context, format string, args ...interface{}) {} |
| 81 | func (noopCapnpLogger) Errorf(ctx context.Context, format string, args ...interface{}) {} |
| 82 | |
| 83 | func NewClientConn(transport rpc.Transport) *rpc.Conn { |
| 84 | return rpc.NewConn(transport, rpc.ConnLog(noopCapnpLogger{})) |
no outgoing calls