IWorkbookSession.TraceVerbose(String, Object[]) Method

Definition

Write a verbose message to the ULS log.

[System.Runtime.InteropServices.ComVisible(false)]
public void TraceVerbose (string message, params object[] args);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member TraceVerbose : string * obj[] -> unit
Public Sub TraceVerbose (message As String, ParamArray args As Object())

Parameters

message
String

The parameterized message.

args
Object[]

Parameters for the message.

Attributes

Applies to