Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/09 15:25:17 (15 years ago)
Author:
epitzer
Message:

New default logging configuration includes AppDomain name, remove " AppDomain" from AppDomain names, and add pre-build event to Tracing plugin. (#524)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs

    r1199 r1470  
    138138      AppDomain applicationDomain = null;
    139139      try {
    140         applicationDomain = CreateAndInitAppDomain(appInfo.Name + " AppDomain");
     140        applicationDomain = CreateAndInitAppDomain(appInfo.Name);
    141141        Runner remoteRunner = (Runner)applicationDomain.CreateInstanceAndUnwrap(typeof(Runner).Assembly.GetName().Name, typeof(Runner).FullName);
    142142        remoteRunner.Run(appInfo);
Note: See TracChangeset for help on using the changeset viewer.