Share via


System.ApplicationLog.SysLogData

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Defines the data type for all system log data items that are passed within a workflow.

Remarks

All system log data item types are defined in accordance with the System.ApplicationLog.SysLogData schema. Workflow modules that take system log data as input will define their input data type as System.ApplicationLog.SysLogData.

System.ApplicationLog.SysLogData has the following structure:

<DataItem type="System.ApplicationLog.SysLogData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
   <Facility></Facility>
   <Severity></Severity>
   <Priority></Priority>
   <PriorityName></PriorityName>
   <TimeStamp></Timestamp>
   <HostName></HostName>
   <Message></Message>  
</DataItem>

See Also

Reference

System.ApplicationLog.GenericLogEntryData
System.ApplicationLog.HTTPErrorLogEntryData
System.ApplicationLog.InternetLogEntryData
System.BaseData