doc/tutorial/log.texi
changeset 3906 01acc159ffb1
parent 3905 99c9346b5d71
parent 3819 37b316422064
child 3907 56e477db65b2
equal deleted inserted replaced
3905:99c9346b5d71 3906:01acc159ffb1
     1 @node Logging
       
     2 @chapter Logging
       
     3 @anchor{chap:Logging}
       
     4 
       
     5 This chapter is the first in a series of chapters discussing things that
       
     6 one can do to modify the input or output of existing ns-3 scripts.
       
     7 
       
     8 Examples:
       
     9 @itemize @bullet
       
    10 @item Enable or disable the generation of log messages, with fine granularity
       
    11 @item Set default values for configuration values in the system
       
    12 @item Generate a report of all configuration values used during a simulation
       
    13 run (not yet implemented)
       
    14 @item Set or get values of member variables on objects already instantiated
       
    15 @item Customizing the tracing output of the script
       
    16 @item Generate statistics on  (not yet implemented)
       
    17 @item Perform a large number of independent runs of the same simulation
       
    18 @end itemize
       
    19 
       
    20 @node Logging Basics 
       
    21 @section Logging Basics
       
    22 
       
    23 @node Enabling Log Output
       
    24 @section Enabling Log Output