ListenerConfiguration Class Members
In This Topic
The following tables list the members exposed by ListenerConfiguration.
Public Constructors
Public Properties
| Name | Description |
| EnableAssemblyEvents | When true, assembly load information will be logged automatically. |
| EnableAssemblyLoadFailureEvents | When true, CLR events related to assembly resolution failures will be logged automatically. |
| EnableConsole | When true, anything written to the console out will be appended to the log. |
| EnableGCEvents | When true, metrics are recorded for Garbage Collector (GC) events. |
| EnableNetworkEvents | When true, network events (such as reconfiguration and disconnection) will be logged automatically. |
Top
Public Methods
| Name | Description |
| ToString | Returns a string that represents the current object.Returns a string that represents the current object. |
Top
See Also