Best XML format for log events in terms of tool support for data mining and visualization?
- by Thorbjørn Ravn Andersen
We want to be able to create log files from our Java application which is suited for later processing by tools to help investigate bugs and gather performance statistics.
Currently we use the traditional "log stuff which may or may not be flattened into text form and appended to a log file", but this works the best for small amounts of…