Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the specified string and specified objects to the upgrade event log as an information-only message.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Info ( _
format As String, _
ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim format As String
Dim args As Object()
instance.Info(format, args)
public void Info(
string format,
params Object[] args
)
Parameters
format
Type: System.StringA format string that supplies formatting information.
args
Type: []An Object array containing zero or more objects to format.