PlatformService.SendTraceTag Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected internal virtual void SendTraceTag (uint tagId, Microsoft.SharePoint.Client.ClientTraceCategory category, Microsoft.SharePoint.Client.ClientTraceLevel traceLevel, string format, params object[] args);
abstract member SendTraceTag : uint32 * Microsoft.SharePoint.Client.ClientTraceCategory * Microsoft.SharePoint.Client.ClientTraceLevel * string * obj[] -> unit
override this.SendTraceTag : uint32 * Microsoft.SharePoint.Client.ClientTraceCategory * Microsoft.SharePoint.Client.ClientTraceLevel * string * obj[] -> unit
Protected Friend Overridable Sub SendTraceTag (tagId As UInteger, category As ClientTraceCategory, traceLevel As ClientTraceLevel, format As String, ParamArray args As Object())
Parameters
- tagId
- UInt32
- category
- ClientTraceCategory
- traceLevel
- ClientTraceLevel
- format
- String
- args
- Object[]