| Name | Description |
|---|
  | Debug(ITraceWriter^, HttpRequestMessage^, String^, Exception^) | Provides a set of methods and properties that help debug your code with the specified writer, request, category and exception. |
  | Debug(ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^) | Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. |
  | Debug(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. |
  | Error(ITraceWriter^, HttpRequestMessage^, String^, Exception^) | Displays an error message in the list with the specified writer, request, category and exception. |
  | Error(ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^) | Displays an error message in the list with the specified writer, request, category, exception, message format and argument. |
  | Error(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Displays an error message in the list with the specified writer, request, category, message format and argument. |
  | Fatal(ITraceWriter^, HttpRequestMessage^, String^, Exception^) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception. |
  | Fatal(ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument. |
  | Fatal(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and message format and argument. |
  | Info(ITraceWriter^, HttpRequestMessage^, String^, Exception^) | Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions. |
  | Info(ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^) | Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions. |
  | Info(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions. |
  | Trace(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, Exception^) | Indicates the trace listeners in the Listeners collection. |
  | Trace(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, Exception^, String^, array<Object^>^) | Indicates the trace listeners in the Listeners collection. |
  | Trace(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, String^, array<Object^>^) | Indicates the trace listeners in the Listeners collection. |
  | TraceBeginEnd(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, String^, String^, Action<TraceRecord^>^, Action^, Action<TraceRecord^>^, Action<TraceRecord^>^) | Traces both a begin and an end trace around a specified operation. |
  | TraceBeginEndAsync(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, String^, String^, Action<TraceRecord^>^, Func<Task^>^, Action<TraceRecord^>^, Action<TraceRecord^>^) | Traces both a begin and an end trace around a specified operation. |
  | TraceBeginEndAsync<TResult>(ITraceWriter^, HttpRequestMessage^, String^, TraceLevel, String^, String^, Action<TraceRecord^>^, Func<Task<TResult>^>^, Action<TraceRecord^, TResult>^, Action<TraceRecord^>^) | Traces both a begin and an end trace around a specified operation. |
  | Warn(ITraceWriter^, HttpRequestMessage^, String^, Exception^) | Indicates the warning level of execution. |
  | Warn(ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^) | Indicates the warning level of execution. |
  | Warn(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Indicates the warning level of execution. |