Example #1
0
 private void SetUp()
 {
     _log.LogInformation("Preparing Job please wait...");
     _jobState.SetTotalLines();
     _log.LogInformation("A job to create a new file with {LineCount} lines has been created.", _jobState.GetTotalLines());
     _log.LogInformation("Press any key to execute job.");
     Console.ReadLine();
 }