IWorkbookSession.Log3(TraceLevel, String, String, 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.
Adds a trace entry to the log.
public void Log3 (System.Diagnostics.TraceLevel e_inTraceLevel, string bstr_inMsg, string bstr_inParam1, string bstr_inParam2, string bstr_inParam3);
abstract member Log3 : System.Diagnostics.TraceLevel * string * string * string * string -> unit
Public Sub Log3 (e_inTraceLevel As TraceLevel, bstr_inMsg As String, bstr_inParam1 As String, bstr_inParam2 As String, bstr_inParam3 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.
- bstr_inParam3
- String
The third parameter for the trace entry message.