Manager..::..LogEvent Method

Logs the event.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void LogEvent(
	string Message,
	EventLogEntryType eventType,
	int eventID,
	short eventCategory
)
Public Shared Sub LogEvent ( _
	Message As String, _
	eventType As EventLogEntryType, _
	eventID As Integer, _
	eventCategory As Short _
)
public:
static void LogEvent(
	String^ Message, 
	EventLogEntryType^ eventType, 
	int^ eventID, 
	short^ eventCategory
)

Parameters

Message
Type: String
The message.
eventType
Type: EventLogEntryType
Type of the event.
eventID
Type: Int32
The event identifier.
eventCategory
Type: Int16
The event category.