Dundas.SharePoint.Charting.WebParts Send comments on this topic.
TraceWrite Method
See Also 
Dundas.Charting.WebControl Namespace > CommonElements Class : TraceWrite Method


category
The trace category that receives the message.
message
The trace message to write to the log.
Writes trace information to the trace log.

Syntax

Visual Basic (Declaration)  
Public Sub TraceWrite( _
   ByVal category As String, _
   ByVal message As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As CommonElements
Dim category As String
Dim message As String
 
instance.TraceWrite(category, message)
C#  
public void TraceWrite( 
   string category,
   string message
)

Parameters

category
The trace category that receives the message.
message
The trace message to write to the log.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also