Dundas Chart for Windows Forms
TraceWrite Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CommonElements Class : TraceWrite Method


category
The trace category that receives the message.
The trace category that receives the message.
message
The trace message to write to the log.
The trace message to write to the log.
Enterprise Only Feature. Writes trace information to the trace 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.
The trace category that receives the message.
message
The trace message to write to the log.
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

© 2009 All Rights Reserved.