Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/08 15:06:16 (15 years ago)
Author:
kgrading
Message:

moved the MessageQueue enumerator to MessageContainer (#353)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r735 r739  
    2929  public class Core {
    3030    public void Start() {
    31       //Logging.getInstance().Info(this.Name, "Info Message");
    32       //Logging.getInstance().Error(this.Name, "Error Message");
    33       //Logging.getInstance().Error(this.Name, "Exception Message", new Exception("Exception"));
     31      Logging.getInstance().Info(this.ToString(), "Info Message");
     32      Logging.getInstance().Error(this.ToString(), "Error Message");
     33      Logging.getInstance().Error(this.ToString(), "Exception Message", new Exception("Exception"));     
    3434
    3535      Heartbeat beat = new Heartbeat();
Note: See TracChangeset for help on using the changeset viewer.