Share via


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

Écrit la chaîne spécifiée, d'exception et objets spécifiés dans le journal des événements mise à niveau sous la forme d'un message d'information uniquement.

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

Syntaxe

'Déclaration
Public Sub Debug ( _
    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.Debug(format, exception, args)
public void Debug(
    string format,
    Exception exception,
    params Object[] args
)

Paramètres

  • format
    Type : System.String

    Une chaîne de format qui fournit des informations de mise en forme.

  • exception
    Type : System.Exception

    Un objet System.Exception qui représente l'exception de ce message.

  • args
    Type : []

    Un tableau de Object qui contient zéro ou plusieurs objets à mettre en forme.

Voir aussi

Référence

SPLog classe

SPLog - Membres

Debug - Surcharge

Microsoft.SharePoint.Upgrade - Espace de noms