C# 클래스 SobekCM.Tools.Custom_Tracer

Traces execution of a SobekCM query through construction of the various classes and rendering of HTML and controls
This class allows a trace route to be written at the bottom of the server HTML page
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Add_Trace ( string Method ) : void

Adds a trace message to the building list of traces

Add_Trace ( string Method, string Message ) : void

Adds a trace message to the building list of traces

Add_Trace ( string Method, string Message, Custom_Trace_Type_Enum Message_Type ) : void

Adds a trace message to the building list of traces

Clear ( ) : void

Clears this trace route and resets the elapsed timer

This is generally called when creating static HTML pages through the Builder application, to prevent the trace object from getting astronomically large

Custom_Tracer ( ) : System

Constructor for a new instance of the Custom_Tracer class

메소드 상세

Add_Trace() 공개 메소드

Adds a trace message to the building list of traces
public Add_Trace ( string Method ) : void
Method string Method from which this trace call was executed
리턴 void

Add_Trace() 공개 메소드

Adds a trace message to the building list of traces
public Add_Trace ( string Method, string Message ) : void
Method string Method from which this trace call was executed
Message string Message to add to trace
리턴 void

Add_Trace() 공개 메소드

Adds a trace message to the building list of traces
public Add_Trace ( string Method, string Message, Custom_Trace_Type_Enum Message_Type ) : void
Method string Method from which this trace call was executed
Message string Message to add to trace
Message_Type Custom_Trace_Type_Enum Type of message
리턴 void

Clear() 공개 메소드

Clears this trace route and resets the elapsed timer
This is generally called when creating static HTML pages through the Builder application, to prevent the trace object from getting astronomically large
public Clear ( ) : void
리턴 void

Custom_Tracer() 공개 메소드

Constructor for a new instance of the Custom_Tracer class
public Custom_Tracer ( ) : System
리턴 System