Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/10 19:58:01 (13 years ago)
Author:
ascheibe
Message:

#1233

  • more tests for the hive slave
  • implemented a better way to write tests for the slave
  • get rid of MessageTypes for core and executor
  • various improvements in core and executor (better communication, bugfixes,...)
Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources

    • Property svn:ignore
      •  

        old new  
         1*.suo
        12HeuristicLab.Hive-3.4.suo
        23TestResults
        3 HeuristicLab.Hive 3.4.suo
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Logger.cs

    r5105 r5137  
    11using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    4 using System.Text;
    5 using HeuristicLab.Core;
    62
    73namespace HeuristicLab.Clients.Hive.Salve {
     
    117  /// TODO: send messages to gui
    128  /// </summary>
    13   internal static class Logger {   
    14     private static object locker = new object(); 
     9  public static class Logger {
     10    private static object locker = new object();
    1511
    1612    public static void Debug(object message) {
     
    4238        Console.WriteLine(message.ToString() + " \n Exception is :" + e.ToString());
    4339      }
    44     }   
     40    }
    4541  }
    4642}
Note: See TracChangeset for help on using the changeset viewer.