next up previous contents index
Next: Close a direct Up: Description of user Previous: Access an existing

Set the logging level

CALL RZLOGL (LUN,LOGLEV)

LUN
Logical unit number for which the logging level has to be set
LOGLEV
Logging level
-3
Suppress all messages
-2
Error messages only
-1
Terse logging
0
Normal logging: RZFILE, RZMAKE, RZEND, RZCLOS
1
Log to watch rare events
2
Log to monitor calls
3
Short dumps to debug user-written output routines
4
Full dumps to debug user-written output routines

The logging level (i.e. the verboseness of the messages of the ZEBRA system) can be controlled for a given RZ unit number by a call to RZLOGL.

Each declaration of an RZ file via RZMAKE or RZFILE associates a default logging level of 0 to the file. At any point in a program the logging level can be reset to a new value by calling RZLOGL with the appropriate parameters.


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