Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tracer Class
Properties Methods


In This Topic
    Tracer Class Members
    In This Topic

    The following tables list the members exposed by Tracer.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Returns the singleton Tracer instance.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets the level that controls the types of messages recorded to file. Available levels include: Error, Warning, Info, Verbose and Off.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets tracing to System.Console.Out.  
    Public Propertystatic (Shared in Visual Basic) Gets whether tracing of error messages to file is configured, level set to Error, Warning, Info or Verbose.  
    Public Propertystatic (Shared in Visual Basic) Gets whether tracing of information message to file is configured, level set to Info or Verbose.  
    Public Propertystatic (Shared in Visual Basic) Gets whether tracing to file is currently disabled, level set to Off.  
    Public Propertystatic (Shared in Visual Basic) Gets whether verbose tracing of all messages to file is configured, level set to Verbose.  
    Public Propertystatic (Shared in Visual Basic) Gets whether tracing of warning messages to file is configured, level set to Warning, Info or Verbose.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Writes the supplied value to System.Diagnostics.Trace and to all registered listeners such as file and/or console.  
    Top
    Protected Methods
     NameDescription
    Protected Method Closes the file stream, if any, and re-registeres it for garbage collection.  
    Top
    See Also