Bend.Repl.ReplLogFetcher._connect C# (CSharp) Method

_connect() private method

private _connect ( ) : void
return void
        private void _connect()
        {
            this.target_server = local_db.ctx.connector.getServerHandle(this.log_server_guid);
            // TODO: if we can't get the target, we should just get someone who has his logs!
        }