Logs a tracking event using message, comment, source name and modified value information.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void LogTrackingEvent(
	EventSeverity severity,
	string message,
	string comment,
	string parameter,
	Object oldValue,
	Object newValue,
	string sourceName
)
Visual Basic
Public Sub LogTrackingEvent ( _
	severity As EventSeverity, _
	message As String, _
	comment As String, _
	parameter As String, _
	oldValue As Object, _
	newValue As Object, _
	sourceName As String _
)
JScript
public function LogTrackingEvent(
	severity : EventSeverity, 
	message : String, 
	comment : String, 
	parameter : String, 
	oldValue : Object, 
	newValue : Object, 
	sourceName : String
)

Parameters

severity
Type: Ico.Fwx.ClientWrapper..::..EventSeverity
The event severity
message
Type: System..::..String
The event message
comment
Type: System..::..String
The event comment
parameter
Type: System..::..String
Identification of the changed value (e.g. data point name)
oldValue
Type: System..::..Object
The old value
newValue
Type: System..::..Object
The new value
sourceName
Type: System..::..String
Source Name (application ident)

See Also