void read_tracelevels()

read_tracelevels reads from a file the tracelevels for errors and events for each module.

Documentation

read_tracelevels reads from a file the tracelevels for errors and events for each module. Modules that are not listed in the file will not be traced. if the file does not exist or is empty, the global tracelevel defined in globals.h will be used. THe name of the file has to be {\texttt tracelevels.in} in the current directory where the executable is located. The normal format of the file is:
   module1.c errorTraceLevel eventTraceLevel
   module2.c errorTraceLevel eventTraceLevel
   ....
   
The file must be terminated by a null line. Alternatively there may be the entry
    LOGFILE
   
in that file, which causes all output from event_logs() to go into a logfile in the local directory.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.