Changeset 401 for trunk/sources
- Timestamp:
- 07/29/08 17:54:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/ServerForm.cs
r264 r401 32 32 using HeuristicLab.PluginInfrastructure; 33 33 using System.Net; 34 using System.Diagnostics; 34 35 35 36 namespace HeuristicLab.Grid { … … 58 59 59 60 private void Start() { 61 Trace.Listeners.Clear(); 62 Trace.Listeners.Add(new EventLogTraceListener("HeuristicLab.Grid")); 63 60 64 externalHost = new ServiceHost(server, new Uri(externalAddressTextBox.Text)); 61 65 internalHost = new ServiceHost(jobStore, new Uri(internalAddressTextBox.Text));
Note: See TracChangeset
for help on using the changeset viewer.