= !EventBenchConsole = == Commands == * {{{convertToXml {}}}} - Converts a logfile with prefixes created by the [wiki:userlog MFCUsageMonitor] into an XML file containing the logged sessions. - Examples: - {{{convertToXml d:/logfile.txt d:/log.xml}}} - {{{convertToXml d:/logfile.txt d:/log.xml true}}} * {{{convertDirToXml {}}}} - Converts all files in a directory into one XML file containing all sessions, the same way {{{convertToXml}}} works. - Examples: - {{{convertDirToXml d:/logdir d:/log.xml}}} - {{{convertDirToXml d:/logdir d:/log.xml true}}} * {{{parseXML {}}} - Generates a replay file for the [wiki:MFCReplay MFCReplay] tool of the currently loaded sessions - Examples: - {{{generateReplayfile d:/replay.xml}}}