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.
Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use**[LogLevel.Info]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub InfoTag ( _
tagID As UInteger, _
output As String _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
instance.InfoTag(tagID, output)
public void InfoTag(
uint tagID,
string output
)
Parameters
tagID
Type: System.UInt32Tag for the message.
- output
Type: System.String