Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tracing/3.3/app.config @ 15400

Last change on this file since 15400 was 15400, checked in by pfleck, 7 years ago

#1666:

  • Reverted r15371 for HeuristicLab.MainForm and HeuristicLab.MainForm.WindowsForms (all changes concerning the progress)
  • Changed the signature of OptimizeConstants in the simplifiers to "tree in - tree out" (thanks to bburlacu)
File size: 468 bytes
RevLine 
[5163]1<?xml version="1.0"?>
[6173]2<configuration>        
3  <system.diagnostics>
4    <trace autoflush="true" indentsize="4">
5      <listeners>
[11623]6        <add name="HeuristicLabListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="HeuristicLab.log"/>
[15400]7        <!--<remove name="Default"/>-->
[6173]8      </listeners>
9    </trace>
10  </system.diagnostics>
[11623]11<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.