ITraceListener.Trace(String, String) Method
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.
Defines a method that handles a trace message.
public:
void Trace(System::String ^ traceType, System::String ^ traceMessage);
public void Trace (string traceType, string traceMessage);
Public Sub Trace (traceType As String, traceMessage As String)
Parameters
- traceType
- String
The type of the trace message.
- traceMessage
- String
The contents of the trace message.