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.String

    A format string that supplies formatting information.

  • args
    Type: []

    An Object array containing zero or more objects to format.

See Also

Reference

SPLog Class

SPLog Members

Debug Overload

Microsoft.SharePoint.Upgrade Namespace