Exemplo n.º 1
0
 public void StopLogging()
 {
     if (this.isLoggingStarted)
     {
         this.Log(Strings.SetupLogEnd);
         this.Log(SetupLoggerImpl.AsterixLine);
         this.LogForDataMining(Strings.SetupLogStarted, this.TaskStartTime);
         TaskLogger.StopFileLogging();
         this.isLoggingStarted = false;
     }
 }