IWorkbookSession.Log1(TraceLevel, 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 Log1 (System.Diagnostics.TraceLevel e_inTraceLevel, string bstr_inMsg, string bstr_inParam1);
abstract member Log1 : System.Diagnostics.TraceLevel * string * string -> unit
Public Sub Log1 (e_inTraceLevel As TraceLevel, bstr_inMsg As String, bstr_inParam1 As String)
Parameters
- e_inTraceLevel
- TraceLevel
The trace entry level.
- bstr_inMsg
- String
The trace entry message.
- bstr_inParam1
- String
A parameter for the trace entry message.