tibas_GetLogLevel()

Returns the log level used by ActiveSpaces.

Declaration

tibas_status tibas_GetLogLevel(
    tibas_logLevel* logLevel)

Parameters

Parameter Description
logLevel The log level returned by the function.

The possible values are TIBAS_LOG_FATAL, TIBAS_LOG_ERROR, TIBAS_LOG_WARN, TIBAS_LOG_FINE, TIBAS_LOG_FINER, TIBAS_LOG_FINEST, or TIBAS_LOG_INFO.

Remarks

Use the tibas_GetLogLevel() function to return the log level that is used by ActiveSpaces.