IASSPClientProxy.Log(TraceLevel, 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.
Adds a trace entry to the log.
public void Log (System.Diagnostics.TraceLevel e_inTraceLevel, string bstr_inMsg);
abstract member Log : System.Diagnostics.TraceLevel * string -> unit
Public Sub Log (e_inTraceLevel As TraceLevel, bstr_inMsg As String)
Parameters
- e_inTraceLevel
- TraceLevel
The trace entry level.
- bstr_inMsg
- String
The trace entry message.