tibas_SetLogLevel()

Sets the log level used by ActiveSpaces.

Declaration

tibas_status tibas_SetLogLevel(
    tibas_logLevel logLevel)

Parameters

Parameter Description
logLevel The log level to set.

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_SetLogLevel() function to set the log level used by ActiveSpaces.