ListenerConfiguration Class Properties
For a list of all members of this type, see ListenerConfiguration members.
| Name | Description |
 | AutoTraceRegistration | Configures whether Loupe should automatically make sure it is registered as a Trace Listener. |
 | CatchApplicationExceptions | When true, uncaught exceptions in a Windows Forms application thread will be handled by the Agent. |
 | CatchUnhandledExceptions | When true, any unhandled exceptions (which are always fatal) will be recorded by the Agent before the application exits. |
 | EnableAssemblyEvents | When true, assembly load information will be logged automatically. |
 | EnableAssemblyLoadFailureEvents | When true, CLR events related to assembly resolution failures will be logged automatically. |
 | EnableCommandLine | When true, the Loupe session summary will include the exact command line and arguments used to start the process. |
 | EnableConsole | When true, anything written to the console out will be appended to the log. |
 | EnableDiskPerformance | When true, disk performance information will be automatically captured |
 | EnableMemoryPerformance | When true, extended .NET memory utilization information will be automatically captured |
 | EnableNetworkEvents | When true, network events (such as reconfiguration and disconnection) will be logged automatically. |
 | EnableNetworkPerformance | When true, network performance information will be automatically captured |
 | EnablePowerEvents | When true, power events (such as going on or coming off battery) will be logged automatically. |
 | EnableProcessPerformance | When true, process performance information will be automatically captured for the current process |
 | EnableSystemPerformance | When true, system performance information will be automatically captured |
 | EnableUserEvents | When true, user events (such as changing display settings and switching sessions) will be logged automatically. |
 | EndSessionOnTraceClose | When true, the Loupe LogListener will end the Loupe log session when Trace.Close() is called. |
 | ReportErrorsToUser | When true, exceptions handled automatically by the Agent will be reported to the user in an alert dialog (in Windows applications only). |
Top