- 1 Minute to read
- Print
- DarkLight
- PDF
Overview
- 1 Minute to read
- Print
- DarkLight
- PDF
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
- Log4Net
- NLog
- Elmah
- Serilog
- Log directly to the .NET Stackify API
- Configuring .NET Core Logs