SPD_logEvent

Purpose

Defines the portion of a parsed event report that is specific to log event reports.

Syntax

public struct SPD_logEvent
{
   public string messageType;
   public string logText;
}

Description

messageType

is the optional message type specified by the sender. messageType can be a NULL string.

logText

is the message to be logged.