Writes a new event log.
serverName
The name of the server generating the event log.
serverIPAddress
The server IP address generating the event log.
serverPort
The server port number generating the event log.
clientIPAddress
The client IP address.
clientPort
The client port number.
dateTime
The date and time of the event log.
eventType
One of the EventLogEntryEventType values.
channelID
The client channel id.
description
The string to write to the event log.
Calling this method will cause the EventLog event to be raised.
Any registered ILogginChannel will be notified for the event log by calling the ILogginChannel.WriteLog method
For an example, refer to Leadtools.Jpip.Server.JpipServer.