SPLog.WarningTag method (UInt32, String)
Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use**[LogLevel.Warning]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub WarningTag ( _
tagID As UInteger, _
output As String _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim output As String
instance.WarningTag(tagID, output)
public void WarningTag(
uint tagID,
string output
)
Parameters
tagID
Type: System.UInt32Tag for message to be logged.
- output
Type: System.String