We have published an update to allow the data to be formatted by using a new method called TextSeperator, so now instead of commas as default, you can change it to semi-colons with this line of code after the SetLogDir methods call.
Additional Information
These features were requested by customers, you can find out more on the suggestions forum.
// path will be created if it does not exist
TradeLogger.SetLogDir("c:\\\\ClickAlgo\\logs\\");
// if you do not have Excel installed, this will create a text file instead
TradeLogger.Extension = "txt";
TradeLogger.TextSeparator = " ; ";
If you have already purchased or downloaded the product then you can get the update here.
If you want to download a 14-day trial fully working copy just click here.