Log GetReportingLevel() Method

(SBM On-Premise only) Returns the current logging level.

Function Signature

 int GetReportingLevel()

Parameters

Parameter Type Description

None

Return

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.

Technical Details

SBM ModScript version: 11.3.

Example

See Log Message() Method.

Notes

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.

Related Topics

Log