SPLog.Debug method (String, Object[])
Writes the specified string and the specified objects to the upgrade event log as an information-only message.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Debug ( _
format As String, _
ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim format As String
Dim args As Object()
instance.Debug(format, args)
public void Debug(
string format,
params Object[] args
)
Parameters
format
Type: System.StringA format string that supplies formatting information.
args
Type: []An Object array containing zero or more objects to format.