|  | 
 | ||||
|        | |||||
|  | ||||||
| Related Syntax | Related Concepts | Other Library Functions | ||||
| function | mq-get-logging-level | 
| Library: MQSeries access (OMMQI) legacy Include: ommqi.xin | Return type: Integer Returns: the current OmniMark MQSeries Interface logging level | 
define external integer function mq-get-logging-level
Use mq-get-logging-level to get the logging level, which determines whether warnings and/or errors are logged to the OmniMark log stream.
 You must include the following line at the beginning of your OmniMark
program:
include "ommqi.xin"
Possible returned values are:
 Get the current logging level.
  process
    local integer logging-level
  
    set logging-level to mq-get-logging-level
| Related Syntax mq-set-logging-level | Related Concepts ommqi Error Handling | Other Library Functions mq-backout mq-close mq-commit mq-connect mq-connection mq-connectx mq-disconnect mq-get mq-get-entire-return-status mq-get-function-status mq-get-logging-level mq-get-throw-on-warnings mq-inquire mq-inquire-names mq-object mq-open mq-put mq-put1message mq-set mq-set-logging-level mq-set-throw-on-warnings | 
Copyright © Stilo International plc, 1988-2008.