next up previous contents index
Next: FZMEMO - connect Up: User specifications for Previous: FZFILE - initialize

FZLOGL - change the logging level of a file

To change the logging level for a file:

CALL FZLOGL (LUN,LOGLEV)

with    LUN:  logical unit number

     LOGLEV:  logging level
                   -3: suppress all messages
                   -2: print error messages only
                    0: normal mode
                    1: normal mode + details of conversion problems
                    2: print to monitor CALLs to FZ
                    3: print short diagnostic dumps to debug
                    4: print full  diagnostic dumps to debug
                                   user-written output routines
A logging level is attached to each FZ file; by default this is the general system-wide default logging level set by MZEBRA. By giving the Q (quiet) option with FZFILE the level is set to -2. It can be changed later at any time by calling FZLOGL.


Janne Saarela
Mon May 15 08:34:47 METDST 1995