| IConnectorActivityLog Interface | 
Namespace: VirtualRadar.Interface.Network
The IConnectorActivityLog type exposes the following members.
| Name | Description | |
|---|---|---|
| Singleton | 
            Gets the single instance of the class that should be used throughout the application.
              (Inherited from ISingletonT.) | 
| Name | Description | |
|---|---|---|
| GetActiveConnectors | 
            Returns an array of every connector currently being tracked by the logger.
              | |
| GetActivityHistory | 
            Returns the last so-many activities recorded by the logger. The exact number is
            undefined, but it always contains the latest set of activities.
              | |
| RecordConnectorCreated | 
            Called by every connector to register itself with the logger.
              | |
| RecordConnectorDestroyed | 
            Called by every connector to deregister itself from the logger.
              | 
| Name | Description | |
|---|---|---|
| ActivityRecorded | 
            Raised when any connector records some activity.
              |