SPLog.VerboseTag method (UInt32, String, Object[])
Shorthand of [WriteLog(stringformat,LogLevellevel,paramsobject[]args)]. Use**[LogLevel.Verbose]**.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub VerboseTag ( _
tagID As UInteger, _
format As String, _
ParamArray args As Object() _
)
'Usage
Dim instance As SPLog
Dim tagID As UInteger
Dim format As String
Dim args As Object()
instance.VerboseTag(tagID, format, args)
public void VerboseTag(
uint tagID,
string format,
params Object[] args
)
Parameters
tagID
Type: System.UInt32Tag for the message.
format
Type: System.StringMessage to be logged.
args
Type: []Args for format