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.
Logs the given message with given log level.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub WriteLogTag ( _
tagID As UInteger, _
output As String, _
level As LogLevel _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
Dim level As LogLevel
instance.WriteLogTag(tagID, output, level)
public void WriteLogTag(
uint tagID,
string output,
LogLevel level
)
Parameters
tagID
Type: System.UInt32Tag for the message.
- output
Type: System.String
level
Type: Microsoft.SharePoint.Upgrade.LogLevelLevel of the message.