Partager via


SPLog.Verbose - Méthode (String, Exception, Object[])

Abréviation de [WriteLog(stringmessage,Exceptionexception,LogLevellevel,paramsobject[]args)]. Utilisez**[LogLevel.Debug]**.

Espace de noms :  Microsoft.SharePoint.Upgrade
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub Verbose ( _
    format As String, _
    exception As Exception, _
    ParamArray args As Object() _
)
'Utilisation
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
)

Paramètres

  • args
    Type : []

Voir aussi

Référence

SPLog classe

SPLog - Membres

Verbose - Surcharge

Microsoft.SharePoint.Upgrade - Espace de noms