示例#1
0
        private void Runner_RoundCompleted(object sender, RoundCompletedEventArgs e)
        {
            var log = UpdateInfo.Compute(_currentStep, _totalSteps, _total.Append(e.Result));

            Log.Information(log);

            Console.WriteLine(log);
        }