SPLog.Verbose Method (String, Exception, Object )

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Verbose ( _
    format As String, _
    exception As Exception, _
    ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim format As String
Dim exception As Exception
Dim args As Object()

instance.Verbose(format, exception, args)
public void Verbose(
    string format,
    Exception exception,
    params Object[] args
)

Parameters

  • args
    Type: []

See Also

Reference

SPLog Class

SPLog Members

Verbose Overload

Microsoft.SharePoint.Upgrade Namespace