IASSPClientProxy.Log2(TraceLevel, String, String, String) Method

Definition

Adds a trace entry to the log.

public void Log2 (System.Diagnostics.TraceLevel e_inTraceLevel, string bstr_inMsg, string bstr_inParam1, string bstr_inParam2);
abstract member Log2 : System.Diagnostics.TraceLevel * string * string * string -> unit
Public Sub Log2 (e_inTraceLevel As TraceLevel, bstr_inMsg As String, bstr_inParam1 As String, bstr_inParam2 As String)

Parameters

e_inTraceLevel
TraceLevel

The trace entry level.

bstr_inMsg
String

The trace entry message.

bstr_inParam1
String

The first parameter for the trace entry message.

bstr_inParam2
String

The second parameter for the trace entry message.

Applies to