Leadtools.Jpip.Logging Namespace > ILogginChannel Interface : WriteLog Method |
void WriteLog( EventLogEntry logEntry )
'Declaration Sub WriteLog( _ ByVal logEntry As EventLogEntry _ )
'Usage Dim instance As ILogginChannel Dim logEntry As EventLogEntry instance.WriteLog(logEntry)
void WriteLog( EventLogEntry^ logEntry )
This method will be called by EventLogger when a new event log is generated.