mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> Custom_Tracer

Custom_Tracer Class



Traces execution of a SobekCM query through construction of the various classes and rendering of HTML and controls


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public class Custom_Tracer

Remarks

This class allows a trace route to be written at the bottom of the server HTML page

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools..::..Custom_Tracer

Constructors

  NameDescription
Public methodCustom_Tracer
Constructor for a new instance of the Custom_Tracer class

Methods

  NameDescription
Public methodAdd_Trace(String)
Adds a trace message to the building list of traces
Public methodAdd_Trace(String, String)
Adds a trace message to the building list of traces
Public methodAdd_Trace(String, String, Custom_Trace_Type_Enum)
Adds a trace message to the building list of traces
Public methodClear
Clears this trace route and resets the elapsed timer

Properties

  NameDescription
Public propertyComplete_Trace
Gets the complete trace route, as an HTML table
Public propertyEnabled
Flag which indicates whether this class is enabled
Public propertyMilliseconds
Number of milliseconds since execution began
Public propertyText_Trace
Returns the complete trace route as simple text

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )