Overview
  • 1 Minute to read
  • Dark
    Light
  • PDF

Overview

  • Dark
    Light
  • PDF

Article Summary

Retrace's centralized logging supports sending your application logs from common .NET logging frameworks.

Stackify provides a .NET API library to send application logs and exceptions. We have also provided implementations for common logging frameworks that essentially wrap around our .NET library.

Our .NET libraries automatically handle batching, compressing, queuing, throttling, and error retry logic for uploading your application logs. It is designed to handle a large volume of logging with very little application overhead.

The source code for all of our .NET API and logging appenders is hosted on Github.

https://github.com/stackify/stackify-api-dotnet

Supported .NET Logging Frameworks

Collecting Server Logs


Was this article helpful?