SPLog.Info-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 Info ( _
output As String _
)
'Usage
Dim instance As SPLog
Dim output As String
instance.Info(output)
public void Info(
string output
)
Parameter
output
Typ: System.StringEine Zeichenfolge mit der Meldung, die in das Ereignisprotokoll geschrieben werden soll.