Errors and Logs: Configure Stackify API for .NET

You can log messages directly via the Stackify API without the use of a logging framework.  You can get more information at the Stackify Github page. Please note that we recommend using NLog, Serilog, or log4net. Those frameworks allow you to send your logs to multiple different outputs. If you decide to not use Stackify products in the future, your …

.NET Agent Installation: Overview

System Requirements In order to make sure your installation goes smoothly, please verify these prerequisites: Windows 2008 R2 and newer. You will need to install the Retrace Agent on each machine you intend to monitor. Port 443 needs to be open, outbound only, for the device(s) you install the monitoring agent on. You may need to set up configuration for http proxies and add exceptions to …

Errors and Logs: Configure log4net

You can get started logging with log4net with minimal changes to your project. You essentially just add a few DLLs to your project and then add some configuration details to your .config file specifying an additional (or replacement) log appender.  The appender is available via Nuget in Visual Studio and additional documentation can be found on our Github page. Getting …

Errors and Logs: Configure NLog

You can get started logging with the NLog appender with minimal changes to your project. You essentially just add a few DLLs to your project and then add some configuration details to your .config file specifying an additional (or replacement) log appender. The appender is available via Nuget in Visual Studio and additional documentation can be found on our Github …

Errors and Logs: Configure Elmah

You can get started logging your Errors using an Elmah appender with minimal changes to your project. You essentially just add a few DLLs to your project and then add some configuration details to your .config file specifying an additional (or replacement) appender. Getting Started Using NuGet If you’re using NuGet from Visual Studio, you can find and integrate the …

Retrace: Agent Installation Overview, System Requirements, App Monitoring & Profiling

Below are the System Requirements and guides for installing an agent on your machine. System Requirements In order to make sure your installation goes smoothly, please verify these prerequisites: Windows 2008 R2 and newer. Supported versions of Linux include all major Linux distributions (Redhat, CentOS, Ubuntu, Debian and more). You will need to install the Stackify Agent on each machine …