_ >   3 3 <HTML>
  4 4 <HEAD>
  5 5   <TITLE>XOTcl - Documentation -- ./library/lib/trace.xotcl</TITLE>
< >     6   <LINK REL="StyleSheet" HREF="xotcl-doc.css" TYPE="text/css">
6 7 </HEAD>
  7 8
  8 9 <BODY BGCOLOR="FFFFFF">
 
12 13   <HR>
  13 14   <P>
  14 15     <h2> Package/File Information </h2>
< >   15       <b> Package provided: </b> xotcl::trace 0.91
    16     <b> No package provided/required </b>
16 17     <BR>
  17 18     <BR>
  18 19     <b>Defined Objects/Classes: </b>
 
46 47         </TD>
  47 48         <TD VALIGN="top">
  48 49          
< >   49     Various tracing tools for the XOTcl language.
    50     Various tracing tools for the XOTcl language.
50 51  
  51 52         </TD>
  52 53       </TR>
 
157 158               </TD>
  158 159               <TD VALIGN="top">
  159 160                 Show the values of the specified variables (or of all variables)
< >   160       of an object on stderr.
    161       of an object on stderr.
161 162               </TD>
  162 163             </TR>
  163 164           </TABLE>
 
319 320           </TD>
  320 321           <TD VALIGN="top">
  321 322            
< >   322       Write trace outputs and produce statistics. Variable traceStream
  323       defines where to write trace output (default: stderr).
  324    
    323       Write trace outputs and produce statistics. Variable traceStream
    324       defines where to write trace output (default: stderr).
    325    
325 326           </TD>
  326 327         </TR>
  327 328       </TABLE>
 
349 350               </TD>
  350 351               <TD VALIGN="top">
  351 352                
< >   352       Define how traceFilter writes to the output stream. Default:
  353       write to trace stream.
  354    
    353       Define how traceFilter writes to the output stream. Default:
    354       write to trace stream.
    355    
355 356               </TD>
  356 357             </TR>
  357 358           </TABLE>
 
378 379               </TD>
  379 380               <TD VALIGN="top">
  380 381                
< >   381       Redirect trace output to file.
  382    
    382       Redirect trace output to file.
    383    
383 384               </TD>
  384 385             </TR>
  385 386           </TABLE>
 
406 407               </TD>
  407 408               <TD VALIGN="top">
  408 409                
< >   409       Close trace  file and redirect output to stderr.
  410    
    410       Close trace  file and redirect output to stderr.
    411    
< _   411 412               </TD>
  412 413             </TR>
  413 414           </TABLE>