SPLog.Debug-Methode (String, Exception, Object[])
Schreibt die angegebene Zeichenfolge sowie die Ausnahme und angegebene Objekte in das Upgrade Ereignisprotokoll als nur Informationen-Nachricht.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Debug ( _
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.Debug(format, exception, args)
public void Debug(
string format,
Exception exception,
params Object[] args
)
Parameter
format
Typ: System.StringEine Formatzeichenfolge, die Informationen über die Formatierung bereitstellt.
exception
Typ: System.ExceptionEin System.Exception -Objekt, das die Ausnahme für diese Nachricht darstellt.
args
Typ: []Ein Object -Array mit 0 oder mehr zu formatierenden Objekten.