.. highlightlang:: us .. index:: log_is_active .. _log_is_active: log_is_active ============= .. us.tag log_is_active NOTREADYENGLISH New500 Programming.Logging :ref:`log_is_active` checks if the given logger is enabled. .. function:: bActive = log_is_active(ssLogger) .. us.return **Return Value** *bActive* is TRUE if the given logger is enabled and FALSE (0) if the logger is disabled. .. us.params **Parameters** .. uparam:: ssLogger *ssLogger* is the logger name. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-logging`, :ref:`log_set_active` :sub:`id-1366975`