ITraceWriterExtensions::Info Method (ITraceWriter, HttpRequestMessage, String, String, array<Object>)
Displays the details in the [System.Web.Http.Tracing.ITraceWriterExtensions].
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
[ExtensionAttribute] public: static void Info( ITraceWriter^ traceWriter, HttpRequestMessage^ request, String^ category, String^ messageFormat, ... array<Object^>^ messageArguments )
Parameters
- traceWriter
- Type: System.Web.Http.Tracing::ITraceWriter
The ITraceWriter.
- request
- Type: HttpRequestMessage
The HttpRequestMessage with which to associate the trace. It may be null.
- category
- Type: System::String
The logical category of the trace.
- messageFormat
- Type: System::String
The format of the message.
- messageArguments
- Type: array<System::Object>
The message argument.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ITraceWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/azure/bb384936.aspx or https://msdn.microsoft.com/en-us/library/azure/bb383977.aspx.
Show: