Writes trace information to the trace log.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As CommonElements
Dim category As String
Dim message As String
instance.TraceWrite(category, 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