Nov
02
Finally I’ve had some time to make a new release.
Most notable is that you can choose to save all events to a rolling log file.
Here are the changes for 12.44:
Added option to save all events to a rolling log file
Added an option to the viewer to skip the listener headers for messages. Only Tcp and Udp was affected.
Fixed bug: Not saving all config data for UserActions
Fixed request: An option to remove white space surrounding messages.



Hello I’ve made a very small patch to SqlListener because it outputed messages as Ilist.
Here it is: http://pastebin.com/D62RhXsd
Thanks a lot for your patch.
I have looked at it and decided to remove the list of messages inside the SqlListener (and the MysSqlListener).
I now add messages directly to the session within the while loop. This will save some memory and probably make it a little bit faster.
Due to threading issues, the rows might come out of order, but It’s a risk I’ll take until someone notices it.
Again, thanks a lot for the patch. I didn’t use it but it got me looking at that part of the code.
I think I will have a new release out today or tomorrow.