FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEngineServices..::..WriteEventEntry Method

Writes the event entry.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static void WriteEventEntry(
	EventLog oEventLog,
	string serviceName,
	String message,
	EventLogEntryType eventType,
	int id,
	short category
)
Public Shared Sub WriteEventEntry ( _
	oEventLog As EventLog, _
	serviceName As String, _
	message As String, _
	eventType As EventLogEntryType, _
	id As Integer, _
	category As Short _
)
public:
static void WriteEventEntry(
	EventLog^ oEventLog, 
	String^ serviceName, 
	String^ message, 
	EventLogEntryType^ eventType, 
	int^ id, 
	short^ category
)

Parameters

oEventLog
Type: EventLog
The o event log.
serviceName
Type: String
Name of the service.
message
Type: String
The message.
eventType
Type: EventLogEntryType
Type of the event.
id
Type: Int32
The identifier.
category
Type: Int16
The category.