Freigeben über


SPLog.Debug-Methode (String)

Schreibt die angegebene Meldung in das Ereignisprotokoll Upgrade als nur Informationen-Nachricht.

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

Syntax

'Declaration
Public Sub Debug ( _
    output As String _
)
'Usage
Dim instance As SPLog
Dim output As String

instance.Debug(output)
public void Debug(
    string output
)

Parameter

  • output
    Typ: System.String

    Eine Zeichenfolge mit der Meldung, die in das Ereignisprotokoll geschrieben werden soll.

Siehe auch

Referenz

SPLog Klasse

SPLog-Member

Debug-Überladung

Microsoft.SharePoint.Upgrade-Namespace