Chili.Opf3 Send comments on this topic.
Tracing Class
See Also  Members  
Chili.Opf3 Namespace : Tracing Class




Class that traces the different operations of the framework.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Tracing 
   Inherits TraceSource
Visual Basic (Usage)Copy Code
Dim instance As Tracing
C# 
public sealed class Tracing : TraceSource 
Managed Extensions for C++ 
public __gc __sealed class Tracing : public TraceSource 
C++/CLI 
public ref class Tracing sealed : public TraceSource 

Remarks

This class traces the different operations of the framework. Please refer to the .NET documentation about how to create customized listener classes for this tracing utility. A listener class allows to specify the target of the trace output. Multiple listener classes can be registered with the Tracing class.

Inheritance Hierarchy

System.Object
   System.Diagnostics.TraceSource
      Chili.Opf3.Tracing

Requirements

Namespace: Chili.Opf3

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

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also