source:
trunk/HeuristicLab.Tracing/3.3/app.config
@
17790
Last change on this file since 17790 was 15402, checked in by pfleck, 7 years ago | |
---|---|
File size: 461 bytes |
Line | |
---|---|
1 | <?xml version="1.0"?> |
2 | <configuration> |
3 | <system.diagnostics> |
4 | <trace autoflush="true" indentsize="4"> |
5 | <listeners> |
6 | <add name="HeuristicLabListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="HeuristicLab.log"/> |
7 | <remove name="Default"/> |
8 | </listeners> |
9 | </trace> |
10 | </system.diagnostics> |
11 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> |
Note: See TracBrowser
for help on using the repository browser.