SBM ModScript Reference → Programming SBM ModScript → Object Types → Log → Log GetReportingLevel() Method
(SBM On-Premise only) Returns the current logging level.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
int |
The current logging level that is set. Ranges from 1 to 4, corresponding to values from LogLevelConstants. The default is LogLevelConstants.AVERAGE. |
SBM ModScript version: 11.3.
See Log Message() Method.
Constant values are available by using the member functions NONE through VERBOSE, or by using the LogLevelConstants global, which has members NONE through VERBOSE. See Log SetReportingLevel() Method.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.