ServiceTraceManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET