HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_LOG_TYPE
opcode
AP_QUERY_LOG_TYPE
3.128.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
override
Species whether the log types and succinct or full logging options returned on this verb are the global
log types specied on SET_GLOBAL_LOG_TYPE, or local values specied on SET_LOG_TYPE. Possible
values are:
AP_YES
The
audit, exception, and succinct_* parameters returned are local settings overriding the global settings.
AP_NO
The audit, exception, and succinct_* parameters returned are the global settings, which are not being
overridden.
audit
This parameter indicates whether audit messages are recorded. Possible values are:
AP_YES
Audit messages are recorded.
AP_NO
Audit messages are not recorded.
exception
This parameter indicates whether exception messages are recorded. Possible values are:
AP_YES
Exception messages are recorded.
AP_NO
Exception messages are not recorded.
succinct_audits
This parameter indicates whether succinct logging or full logging is used in the audit log le. Possible values
are:
AP_YES
Succinct logging: each message in the log le contains a summary of the message header information
(such as the message number, log type, and system name) and the message text string and parameters.
To obtain more details of the cause of the log and any action required, you can use the snaphelp
utility.
AP_NO
Full logging: each message in the log le includes a full listing of the message header information,
the message text string and parameters, and additional information about the cause of the log and any
action required.
488