Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/11/10 15:30:03 (13 years ago)
Author:
cneumuel
Message:

#1260

  • added LogServiceReader to display log for slave without writing to local files
  • aborted jobs with childjobs now got back to state WaitForChildJob (instead of Offline)
  • lifecyclemanager now knows about available plugins (does not yet work perfectly)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/Core.cs

    r4710 r4772  
    3636using HeuristicLab.Hive.Slave.Core.SlaveConsoleService;
    3737using HeuristicLab.Hive.Slave.ExecutionEngine;
    38 using HeuristicLab.Hive.Tracing;
    3938
    4039namespace HeuristicLab.Hive.Slave.Core {
     
    4443  public class Core : MarshalByRefObject {
    4544    public static bool abortRequested { get; set; }
     45
     46    public static ILog Log { get; set; }
    4647
    4748    private Dictionary<Guid, Executor> engines = new Dictionary<Guid, Executor>();
Note: See TracChangeset for help on using the changeset viewer.