ServiceTraceManager Class

Definition

Simple System.Web.Http.Tracing.ITraceManager implementation which does not register any of the built-in Web API tracers. We use this to only trace system traces and user traces from the service.

public class ServiceTraceManager : System.Web.Http.Tracing.ITraceManager
type ServiceTraceManager = class
    interface ITraceManager
Public Class ServiceTraceManager
Implements ITraceManager
Inheritance
ServiceTraceManager
Implements
System.Web.Http.Tracing.ITraceManager

Constructors

ServiceTraceManager()

Methods

Initialize(HttpConfiguration) System.Web.Http.Tracing.ITraceManager.Initialize(System.Web.Http.HttpConfiguration)

Applies to