Tools to help with analysing log files
- by peter
I am developing a C# .NET application. In the app.config file I add trace logging as shown,
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<system.diagnostics>
<trace autoflush="true" />
<sources>
<source name="System.Net.Sockets" maxdatasize="1024">
…