.. highlightlang:: us .. index:: log_set_active .. _log_set_active: log_set_active ============== .. us.tag log_set_active NOTREADYENGLISH New500 Programming.Logging :ref:`log_set_active` enables or disables a logger. .. function:: bool = log_set_active(ssLogger, bActive) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: ssLogger *ssLogger* is the logger name. .. uparam:: bActive *bActive* is TRUE (1) or FALSE (0). .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-logging`, :ref:`log_is_active` :sub:`id-216617`