SPLog.ErrorTag method (UInt32, SPUpgradeSession, String)
Log an error, to a file specified by the caller. This is useful when logging to a non-active session
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ErrorTag ( _
tagID As UInteger, _
session As SPUpgradeSession, _
output As String _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim session As SPUpgradeSession
Dim output As String
instance.ErrorTag(tagID, session, output)
public void ErrorTag(
uint tagID,
SPUpgradeSession session,
string output
)
Parameters
- tagID
Type: System.UInt32
- session
Type: Microsoft.SharePoint.Upgrade.SPUpgradeSession
- output
Type: System.String