LOGGING Statement

The optional LOGGING statement specifies whether messages or messages and command responses are to be logged or not logged. If the LOGGING statement is not in the routing table, messages are logged in uppercase format (LOGGING is ON and UPCASE). If the LOGGING statement is in the routing table, one of the three operands (ON, ALL, or OFF) must also be specified.

Read syntax diagramSkip visual syntax diagramLOGGINGONALLUPcaseLOwcaseOFF
ON
indicates that messages are to be logged while this RTABLE is active, unless it is explicitly turned off using the SET LOGGING command.
ALL
indicates that messages and programmable operator command responses are to be logged while this RTABLE is active, unless it is explicitly turned off using the SET LOGGING command.
UPcase
indicates that messages are to be logged in uppercase. This is the default.
LOwcase
indicates that messages are to be logged with no change to the original message text.
OFF
indicates that messages are not to be logged while this RTABLE is active, unless it is explicitly turned on using the SET LOGGING command.