Loupe - Log - Monitor - Resolve
Loupe / Developer's Guide / For .NET Core / 6 / 8 / Logging / Developer's Guide - Logging - Using with Other Log Systems
In This Topic
    Developer's Guide - Logging - Using with Other Log Systems
    In This Topic
    We recommend your application use Microsoft.Extensions.Logging by default and configure that to forward messages into Loupe.  You can mix & match code that uses that and Loupe's API as required.

    A primary design goal for Loupe was to ensure that it would work with a range of external systems preserving as much of their native capability as feasible.  The Log object has two special methods specifically designed to provide a high performance interface for third party systems.  The Log.WriteMessage method provides overloads designed for use with both external log systems and logging classes that are central log message dispatchers in an application.

    As part of our commitment to supporting external log systems, you can check the OnLoupe Support Site for the latest set of example adapters published for a range of systems.  Most adapters are published to NuGet, just search for Loupe Agent. 

    See Also