428 XML API basetype properties
log-header-table
Properties
Example
From debug log output saved from SMU to a file:
...
<OBJECT basetype="log-header-table" name="log-header" oid="1" format="pairs">
<PROPERTY name="log-contact" type="string">John Smith</PROPERTY>
<PROPERTY name="log-email" type="string">jsmith@mycompany.com</PROPERTY>
<PROPERTY name="log-phone" type="string"></PROPERTY>
<PROPERTY name="log-comments" type="string">Logs after controller B failure.
</PROPERTY>
<PROPERTY name="log-content" type="uint32">8191</PROPERTY>
<PROPERTY name="log-timestamp" type="string">2012-02-15 08:38:21</PROPERTY>
<PROPERTY name="log-timestamp-numeric" type="string">1297413501</PROPERTY>
</OBJECT>
...
Table 47 log-header-table properties
Name Type Description
log-contact string Contact person's name, if specified in the SMU Save Logs panel.
log-email string Contact's email address, if specified in the SMU Save Logs panel.
log-phone string Contact's phone number, if specified in the SMU Save Logs panel.
log-comments string Comments describing the problem and specifying the date and time when the
problem occurred, if specified in the SMU Save Logs panel.
log-content uint32 For internal use only.
log-timestamp string Date and time, in the format year-month-day hour:minutes:seconds
(UTC), when log content was saved to the file.
log-timestamp-
numeric
string Unformatted log-timestamp value.