I have Katalon log and I want to parse specific information such as Testcase name, Exception if any that may have occurred for the testcase during its execution, its stacktrace etc. The log looks like as mentioned below:
<record>
<date>2022-02-16T11:59:16</date>
<millis>1644992956691</millis>
<sequence>20</sequence>
<level>START</level>
<class>com.kms.katalon.core.logging.XmlKeywordLogger</class>
<method>startKeyword</method>
<thread>1</thread>
<message>Start action : labname = \&quot;AWACS\&quot;</message>
<nestedLevel>2</nestedLevel>
<property name="startLine">30</property>
<property name="stepIndex">5</property>
</record>
<record>
What does each of the attribute in the above xml log mean. Any link to the documentation is also nice to have. Please help.