Logs a simple event using text message, comment and source name. Source name can't be an empty string.

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

Syntax

C#
public void LogSimpleEvent(
	EventSeverity severity,
	string message,
	string comment,
	string sourceName
)
Visual Basic
Public Sub LogSimpleEvent ( _
	severity As EventSeverity, _
	message As String, _
	comment As String, _
	sourceName As String _
)
JScript
public function LogSimpleEvent(
	severity : EventSeverity, 
	message : String, 
	comment : String, 
	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
sourceName
Type: System..::..String
Source Name (application ident)

See Also