IConnectionLogger Interface |
Namespace: VirtualRadar.Interface
The IConnectionLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogDatabase |
Gets or sets the database object that will store information about connections.
|
![]() | Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
![]() | WebServer |
Gets or sets the web server that the logger will record connections to.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Start |
Tells the connection logger to begin listening to the web server and recording its connections
in the log database.
|
Name | Description | |
---|---|---|
![]() | ExceptionCaught |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.) |