* Added Configuration to change the Columns in the List View,
* Added a new CSV File Receiver,
* The Columns of the CSV File can be manually configured, or it could be automatically detected from the Header Line (1’st line) in the CSV file.
* There is also User Configuration that defines the recognizable Column names for the CSV Auto Detection.
* Updated the UDP Receiver to accommodate all the NLog fields,
* Added a parameter to the UDP / TCP Receivers to specify the Socket Receive Buffer Size. This helps with high data rate logger transmissions,
* Added an Exception Stack Trace Parser that detects the Source File’s in a Stack Trace,
* Added the SharpDev Text Editor component to browse Source Code / Stack Traces in Log2Console,
* Added Configuration to Locate the Source Code . This is necessary if a project is compiled on one machine and then later the log file is viewed on a different machine where the source code is located in a different path.
↧