The listener section adjusts the configuration of the Loupe .NET Listener that captures information directly from the .NET runtime.
Settings that do not apply to a particular application type (for example WinForms settings for an ASP.NET application) will be safely disabled so it is not necessary to explicitly configure them this way.
Option | Description | Default Value | Required |
---|---|---|---|
EnableConsole | When true, anything written to the console standard out or error out will be appended to the log. These are identified as the console log system and displayed in a distinct section of the viewer. | false | false |
EnableNetworkEvents | When true, network connection events (such as network link state and IP configuration changes) will be automatically recorded. | true | false |