Function regorust::regoGetLogLevel

source ยท
pub unsafe extern "C" fn regoGetLogLevel(
    rego: *mut regoInterpreter,
) -> regoEnum
Expand description

@brief Gets the level of logging on the interpreter. @return One of the following values: REGO_LOG_LEVEL_NONE, REGO_LOG_LEVEL_ERROR, REGO_LOG_LEVEL_OUTPUT, REGO_LOG_LEVEL_WARN, REGO_LOG_LEVEL_INFO, REGO_LOG_LEVEL_DEBUG, REGO_LOG_LEVEL_TRACE.