SPLog.Info-Methode (String, Exception)
Schreibt der angegebenen Meldung und Ausnahme in das Upgrade Ereignisprotokoll als nur Informationen-Nachricht.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Info ( _
output As String, _
exception As Exception _
)
'Usage
Dim instance As SPLog
Dim output As String
Dim exception As Exception
instance.Info(output, exception)
public void Info(
string output,
Exception exception
)
Parameter
output
Typ: System.StringEine Zeichenfolge mit der Meldung, die in das Ereignisprotokoll geschrieben werden soll.
exception
Typ: System.ExceptionEin System.Exception -Objekt, das die Ausnahme darstellt, deren Stapelüberwachung angemeldet ist.