SobekCM.Tools.Custom_Tracer.Custom_Tracer C# (CSharp) 메소드

Custom_Tracer() 공개 메소드

Constructor for a new instance of the Custom_Tracer class
public Custom_Tracer ( ) : System
리턴 System
        public Custom_Tracer()
        {
            Enabled = true;
            traceBuilder = new StringBuilder();
            traceBuilder.Append("<table class=\"Traceroute\"><tr><th>MILLISECOND &nbsp; </th><th align=\"left\">CLASS.METHOD</th><th align=\"left\">MESSAGE</th></tr>");
            elapsedTimer = new Stopwatch();
            elapsedTimer.Start();
        }