Loupe - Log - Monitor - Resolve
Loupe / Developer's Guide / For .NET Framework / Developer's Guide for WinForms - Introduction
In This Topic
    Developer's Guide for WinForms - Introduction
    In This Topic

    Because WinForms is part of the core .NET runtime, all of the general logging, performance monitoring, and metric capture capabilities that make the Loupe Agent work for other .NET applications apply with WinForms and WPF as well.  You can log directly into Loupe, use it with Trace or Debug, or connect it up to your favorite log system.  In addition, there are a number of unique capabilities that are designed to provide a great, out of the box experience with WinForms applications.

    Unique WinForms Capabilities

    The Loupe Agent includes additional capabilities that are designed specifically for WinForms applications.  These include:

     Adding the Loupe Agent to your Application

    The easiest way to add the Loupe Agent is via NuGet which can update your Visual Studio Project.  For complete information on how to add the Loupe Agent manually, see Developer's Guide - Agent Configuration.

    You should also check out Third Party Integration - Using PostSharp with Loupe for information on how you can add metrics and tracing to your application in minutes by combining Loupe with the free PostSharp tool.

     Packaging and Sending Loupe Data from your Application
    The Loupe Agent provides a comprehensive set of capabilities to gather the session data recorded while your application runs and send it to where you can work with it to fix customer issues, understand feature usage, and drive your product development forward.  This capability is automatically configured as part of the Configuration Wizard, but you can provide an enhanced user experience by reviewing Developer's Guide - Packaging and Sending Data.

     

    See Also