logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-11-05 | 2014-08-18 | ||
want to have proper double-quotes in syntax (martin) | the preferred + typo (martin) | ||
Line 90: | Line 90: | ||
===== [[group]] Grouping Operations for Commands ===== | ===== [[group]] Grouping Operations for Commands ===== | ||
- | When using XML logging together with [[scripting|scripting]], [[logging_xml#elements|operations]] and [[logging_xml#result_script|failures]] belonging to the same command can be groupped using parent ''group'' element: | + | When using XML logging together with [[scripting|scripting]], [[logging_xml#elements|operations]] and [[logging_xml#result_script|failures]] belonging to the same command can be grouped using parent ''group'' element: |
<code xml> | <code xml> | ||
Line 416: | Line 416: | ||
To parse the XML log, use any XML parser available. | To parse the XML log, use any XML parser available. | ||
- | If possible, using [[library|WinSCP .NET assembly]] is preferred approach, which hides away the XML log file from your application. | + | If possible, using [[library|WinSCP .NET assembly]] is the preferred approach, which hides away the XML log file from your application. |
If you want to parse the XML log yourself anyway, see following guides to learn how to do that in different development environments: | If you want to parse the XML log yourself anyway, see following guides to learn how to do that in different development environments: |