Developer's Guide- Introduction
In This Topic
If you haven't already, please review Getting Started - Adding Loupe to your Application . It provides a quick overview of how to get started and connect Loupe up to your application. It's probably worth trying this integration strategy out first just to see what you can see and understand how Loupe will work for you.
Loupe supports multiple different integration strategies depending on your situation:
- Maximum capability: For the best match between your logging and Loupe, as well as to access Loupe-exclusive features like custom metrics you will need to add a reference to Loupe and call its API directly. See Developer's Guide - Logging - Directly to Loupe .
- Through Another Log System: You can associate Loupe with your application in the App.Config and register it to listen for log messages from the built-in System.Diagnostics (Trace and Debug) as well as other log systems. See Getting Started - Adding Loupe to your Application .
Where do you want to go next?