Freigeben über


SPLog.Verbose-Methode (String, Exception, Object[])

Kurzform von [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Verwenden Sie**[LogLevel.Debug]**.

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
)

Parameter

  • args
    Typ: []

Siehe auch

Referenz

SPLog Klasse

SPLog-Member

Verbose-Überladung

Microsoft.SharePoint.Upgrade-Namespace