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


Tracer Class Properties

For a list of all members of this type, see Tracer members.

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
See Also