Share via


SPLog.Info method (String)

Writes the specified message 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 ( _
    output As String _
)
'Usage
Dim instance As SPLog
Dim output As String

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

Parameters

  • output
    Type: System.String

    A string containing the message that will be written to the event log.

See also

Reference

SPLog class

SPLog members

Info overload

Microsoft.SharePoint.Upgrade namespace