Delegate I3LoggingErrorDelegate
Delegate for the LoggingServerError event of the I3LogEventClient class.
Namespace: I3V3.LoggingHelpers
Assembly: Ng911Lib.dll
Syntax
public delegate void I3LoggingErrorDelegate(HttpResults Hr, string strLoggerName, string strLogEvent)
Parameters
Type | Name | Description |
---|---|---|
HttpResults | Hr | Contains the results of a request to send a log event to the log event server. |
string | strLoggerName | Name of the log event server. This will match the strLoggerName parameter that was passed to the constructor of the I3LogEventClent class. |
string | strLogEvent | JSON string of the log event that was sent to the logging server. |