Namespace I3V3.LoggingHelpers
Classes
I3LogEventClient
Implements an I3 V3 Log Event Client. This class allows an application to send log events to a log event server.
I3LogEventClientMgr
Class for managing multiple I3 logging clients. To use this class, create an instance of it, create I3LogEventClient objects and add them to the list of managed clients by calling the AddLoggingClient() method, hook the events of this class if desired and then call the Start() method of this class. Note: Do not call the Start() method of the I3LogEventClient class. Call the Shutdown() method of this class to gracefully shutdown a logging clients.
I3LoggingUtils
Static class that provide various utility functions for working with I3 NG9-1-1 log events.
Delegates
I3LoggingErrorDelegate
Delegate for the LoggingServerError event of the I3LogEventClient class.
LoggingServerStatusChangedDeletate
Delegate for the LoggingServerStatusChanged event of the I3LogEventClient class.