Free cookie consent management tool by TermsFeed Policy Generator

source: branches/histogram/HeuristicLab.Tracing/3.3/app.config @ 6195

Last change on this file since 6195 was 6195, checked in by abeham, 13 years ago

#1465

  • updated branch with latest version of trunk
File size: 485 bytes
Line 
1<?xml version="1.0"?>
2<configuration>        
3  <system.diagnostics>
4    <trace autoflush="true" indentsize="4">
5      <listeners>
6        <add name="HeuristicLabListener"
7          type="System.Diagnostics.TextWriterTraceListener"
8          initializeData="HeuristicLab.log" />
9        <remove name="Default" />
10      </listeners>
11    </trace>
12  </system.diagnostics>
13<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.